10 instantiations of HttpsCertificateExecutionConfigurationGatherer
Aspire.Hosting (1)
ApplicationModel\ExecutionConfigurationBuilderExtensions.cs (1)
59return builder.AddExecutionConfigurationGatherer(new HttpsCertificateExecutionConfigurationGatherer(configContextFactory));
Aspire.Hosting.Tests (9)
ExecutionConfigurationGathererTests.cs (6)
685var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 719var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 749var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 769var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 792var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 835var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory);
ProjectResourceBuilderExtensionTests.cs (3)
158await new HttpsCertificateExecutionConfigurationGatherer(CreateHttpsCertificateConfigurationContextFactory()) 188await new HttpsCertificateExecutionConfigurationGatherer(CreateHttpsCertificateConfigurationContextFactory()) 209await new HttpsCertificateExecutionConfigurationGatherer(CreateHttpsCertificateConfigurationContextFactory())
7 references to HttpsCertificateExecutionConfigurationGatherer
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
21/// Initializes a new instance of <see cref="HttpsCertificateExecutionConfigurationGatherer"/>.
Aspire.Hosting.Tests (6)
ExecutionConfigurationGathererTests.cs (6)
685var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 719var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 749var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 769var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 792var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 835var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory);