1 write to _developerCertificateService
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
131_developerCertificateService = developerCertificateService;
4 references to _developerCertificateService
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (4)
2549if (certificate is null && effectiveAnnotation.UseDeveloperCertificate.GetValueOrDefault(_developerCertificateService.DefaultTlsTerminationEnabled)) 2551certificate = _developerCertificateService.Certificates.FirstOrDefault(); 2684if (certificate is null && effectiveAnnotation.UseDeveloperCertificate.GetValueOrDefault(_developerCertificateService.DefaultTlsTerminationEnabled)) 2686certificate = _developerCertificateService.Certificates.FirstOrDefault();