10 references to 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())