7 instantiations of 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);
7 references to HttpsCertificateExecutionConfigurationGatherer
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
20
/// Initializes a new instance of <see cref="
HttpsCertificateExecutionConfigurationGatherer
"/>.
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);