7 references to HttpsCertificateExecutionConfigurationGatherer
Aspire.Hosting (1)
ApplicationModel\ExecutionConfigurationBuilderExtensions.cs (1)
55
return builder.AddExecutionConfigurationGatherer(new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory));
Aspire.Hosting.Tests (6)
ExecutionConfigurationGathererTests.cs (6)
616
var gatherer = new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory);
649
var gatherer = new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory);
679
var gatherer = new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory);
699
var gatherer = new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory);
722
var gatherer = new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory);
762
var gatherer = new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory);