7 instantiations of CertificateTrustExecutionConfigurationGatherer
Aspire.Hosting (1)
ApplicationModel\ResourceExecutionConfigurationBuilderExtensions.cs (1)
43return builder.AddExecutionConfigurationGatherer(new CertificateTrustExecutionConfigurationGatherer(configContextFactory));
Aspire.Hosting.Tests (6)
ResourceExecutionConfigurationGathererTests.cs (6)
221var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 249var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 279var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 307var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 329var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 355var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory);
7 references to CertificateTrustExecutionConfigurationGatherer
Aspire.Hosting (1)
ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs (1)
21/// Initializes a new instance of <see cref="CertificateTrustExecutionConfigurationGatherer"/>.
Aspire.Hosting.Tests (6)
ResourceExecutionConfigurationGathererTests.cs (6)
221var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 249var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 279var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 307var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 329var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 355var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory);