12 instantiations of CertificateTrustExecutionConfigurationGatherer
Aspire.Hosting (1)
ApplicationModel\ExecutionConfigurationBuilderExtensions.cs (1)
46
return builder.AddExecutionConfigurationGatherer(new
CertificateTrustExecutionConfigurationGatherer
(configContextFactory));
Aspire.Hosting.Tests (11)
ExecutionConfigurationGathererTests.cs (11)
293
var gatherer = new
CertificateTrustExecutionConfigurationGatherer
(configContextFactory);
321
var gatherer = new
CertificateTrustExecutionConfigurationGatherer
(configContextFactory);
351
var gatherer = new
CertificateTrustExecutionConfigurationGatherer
(configContextFactory);
379
var gatherer = new
CertificateTrustExecutionConfigurationGatherer
(configContextFactory);
401
var gatherer = new
CertificateTrustExecutionConfigurationGatherer
(configContextFactory);
427
var gatherer = new
CertificateTrustExecutionConfigurationGatherer
(configContextFactory);
462
var gatherer = new
CertificateTrustExecutionConfigurationGatherer
(configContextFactory);
492
var gatherer = new
CertificateTrustExecutionConfigurationGatherer
(configContextFactory);
528
var gatherer = new
CertificateTrustExecutionConfigurationGatherer
(configContextFactory);
588
var gatherer = new
CertificateTrustExecutionConfigurationGatherer
(configContextFactory);
651
var gatherer = new
CertificateTrustExecutionConfigurationGatherer
(configContextFactory);
13 references to CertificateTrustExecutionConfigurationGatherer
Aspire.Hosting (2)
ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs (1)
25
/// Initializes a new instance of <see cref="
CertificateTrustExecutionConfigurationGatherer
"/>.
Dcp\ExecutableConfigurationResolver.cs (1)
52
CertificateTrustExecutionConfigurationGatherer
.SslCertDirEnvironmentVariable);
Aspire.Hosting.Tests (11)
ExecutionConfigurationGathererTests.cs (11)
293
var
gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory);
321
var
gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory);
351
var
gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory);
379
var
gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory);
401
var
gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory);
427
var
gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory);
462
var
gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory);
492
var
gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory);
528
var
gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory);
588
var
gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory);
651
var
gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory);