7 references to CertificateTrustExecutionConfigurationGatherer
Aspire.Hosting (1)
ApplicationModel\ResourceExecutionConfigurationBuilderExtensions.cs (1)
43
return builder.AddExecutionConfigurationGatherer(new
CertificateTrustExecutionConfigurationGatherer
(configContextFactory));
Aspire.Hosting.Tests (6)
ResourceExecutionConfigurationGathererTests.cs (6)
221
var gatherer = new
CertificateTrustExecutionConfigurationGatherer
(configContextFactory);
249
var gatherer = new
CertificateTrustExecutionConfigurationGatherer
(configContextFactory);
279
var gatherer = new
CertificateTrustExecutionConfigurationGatherer
(configContextFactory);
307
var gatherer = new
CertificateTrustExecutionConfigurationGatherer
(configContextFactory);
329
var gatherer = new
CertificateTrustExecutionConfigurationGatherer
(configContextFactory);
355
var gatherer = new
CertificateTrustExecutionConfigurationGatherer
(configContextFactory);