7 references to 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);