7 references to HttpsCertificateExecutionConfigurationGatherer
Aspire.Hosting (1)
ApplicationModel\ResourceExecutionConfigurationBuilderExtensions.cs (1)
55
return builder.AddExecutionConfigurationGatherer(new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory));
Aspire.Hosting.Tests (6)
ResourceExecutionConfigurationGathererTests.cs (6)
383
var gatherer = new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory);
416
var gatherer = new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory);
446
var gatherer = new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory);
466
var gatherer = new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory);
489
var gatherer = new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory);
529
var gatherer = new
HttpsCertificateExecutionConfigurationGatherer
(configContextFactory);