7 references to 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);