7 instantiations of HttpsCertificateExecutionConfigurationGatherer
Aspire.Hosting (1)
ApplicationModel\ResourceExecutionConfigurationBuilderExtensions.cs (1)
55return builder.AddExecutionConfigurationGatherer(new HttpsCertificateExecutionConfigurationGatherer(configContextFactory));
Aspire.Hosting.Tests (6)
ResourceExecutionConfigurationGathererTests.cs (6)
383var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 416var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 446var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 466var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 489var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 529var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory);
7 references to HttpsCertificateExecutionConfigurationGatherer
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
20/// Initializes a new instance of <see cref="HttpsCertificateExecutionConfigurationGatherer"/>.
Aspire.Hosting.Tests (6)
ResourceExecutionConfigurationGathererTests.cs (6)
383var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 416var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 446var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 466var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 489var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 529var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory);