7 references to CertificateTrustExecutionConfigurationGatherer
Aspire.Hosting (1)
ApplicationModel\ExecutionConfigurationBuilderExtensions.cs (1)
43return builder.AddExecutionConfigurationGatherer(new CertificateTrustExecutionConfigurationGatherer(configContextFactory));
Aspire.Hosting.Tests (6)
ExecutionConfigurationGathererTests.cs (6)
222var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 250var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 280var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 308var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 330var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 356var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory);