16 instantiations of HttpsCertificateExecutionConfigurationGatherer
Aspire.Hosting (1)
ApplicationModel\ExecutionConfigurationBuilderExtensions.cs (1)
59
return builder.AddExecutionConfigurationGatherer(new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory));
Aspire.Hosting.Tests (15)
ExecutionConfigurationGathererTests.cs (6)
720
var gatherer = new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory);
754
var gatherer = new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory);
784
var gatherer = new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory);
804
var gatherer = new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory);
827
var gatherer = new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory);
870
var gatherer = new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory);
ProjectResourceBuilderExtensionTests.cs (9)
158
await new
HttpsCertificateExecutionConfigurationGatherer
(CreateHttpsCertificateConfigurationContextFactory())
188
await new
HttpsCertificateExecutionConfigurationGatherer
(CreateHttpsCertificateConfigurationContextFactory())
209
await new
HttpsCertificateExecutionConfigurationGatherer
(CreateHttpsCertificateConfigurationContextFactory())
251
await new
HttpsCertificateExecutionConfigurationGatherer
(CreateHttpsCertificateConfigurationContextFactory())
343
await new
HttpsCertificateExecutionConfigurationGatherer
(CreateHttpsCertificateConfigurationContextFactory())
387
await new
HttpsCertificateExecutionConfigurationGatherer
(CreateHttpsCertificateConfigurationContextFactory())
422
await new
HttpsCertificateExecutionConfigurationGatherer
(CreateHttpsCertificateConfigurationContextFactory())
459
await new
HttpsCertificateExecutionConfigurationGatherer
(CreateHttpsCertificateConfigurationContextFactory())
498
await new
HttpsCertificateExecutionConfigurationGatherer
(CreateHttpsCertificateConfigurationContextFactory())
7 references to HttpsCertificateExecutionConfigurationGatherer
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
21
/// Initializes a new instance of <see cref="
HttpsCertificateExecutionConfigurationGatherer
"/>.
Aspire.Hosting.Tests (6)
ExecutionConfigurationGathererTests.cs (6)
720
var
gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory);
754
var
gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory);
784
var
gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory);
804
var
gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory);
827
var
gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory);
870
var
gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory);