7 instantiations of CertificateTrustExecutionConfigurationGatherer
Aspire.Hosting (1)
ApplicationModel\ExecutionConfigurationBuilderExtensions.cs (1)
43
return builder.AddExecutionConfigurationGatherer(new
CertificateTrustExecutionConfigurationGatherer
(configContextFactory));
Aspire.Hosting.Tests (6)
ExecutionConfigurationGathererTests.cs (6)
222
var gatherer = new
CertificateTrustExecutionConfigurationGatherer
(configContextFactory);
250
var gatherer = new
CertificateTrustExecutionConfigurationGatherer
(configContextFactory);
280
var gatherer = new
CertificateTrustExecutionConfigurationGatherer
(configContextFactory);
308
var gatherer = new
CertificateTrustExecutionConfigurationGatherer
(configContextFactory);
330
var gatherer = new
CertificateTrustExecutionConfigurationGatherer
(configContextFactory);
356
var gatherer = new
CertificateTrustExecutionConfigurationGatherer
(configContextFactory);
7 references to CertificateTrustExecutionConfigurationGatherer
Aspire.Hosting (1)
ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs (1)
22
/// Initializes a new instance of <see cref="
CertificateTrustExecutionConfigurationGatherer
"/>.
Aspire.Hosting.Tests (6)
ExecutionConfigurationGathererTests.cs (6)
222
var
gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory);
250
var
gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory);
280
var
gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory);
308
var
gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory);
330
var
gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory);
356
var
gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory);