10 instantiations of HttpsCertificateExecutionConfigurationGatherer
Aspire.Hosting (1)
ApplicationModel\ExecutionConfigurationBuilderExtensions.cs (1)
59
return builder.AddExecutionConfigurationGatherer(new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory));
Aspire.Hosting.Tests (9)
ExecutionConfigurationGathererTests.cs (6)
685
var gatherer = new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory);
719
var gatherer = new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory);
749
var gatherer = new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory);
769
var gatherer = new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory);
792
var gatherer = new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory);
835
var gatherer = new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory);
ProjectResourceBuilderExtensionTests.cs (3)
158
await new
HttpsCertificateExecutionConfigurationGatherer
(CreateHttpsCertificateConfigurationContextFactory())
188
await new
HttpsCertificateExecutionConfigurationGatherer
(CreateHttpsCertificateConfigurationContextFactory())
209
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)
685
var
gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory);
719
var
gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory);
749
var
gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory);
769
var
gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory);
792
var
gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory);
835
var
gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory);