3 writes to TrustDeveloperCertificate
Aspire.Hosting.Tests (2)
Utils\TestDistributedApplicationBuilder.cs (2)
36return CreateCore(args, (options) => { options.TrustDeveloperCertificate = false; }); 41return CreateCore(args, (options) => { options.TrustDeveloperCertificate = false; }, testOutputHelper);
TestProject.AppHost (1)
TestProgram.cs (1)
58options.TrustDeveloperCertificate = trustDeveloperCertificate.Value;
1 reference to TrustDeveloperCertificate
Aspire.Hosting (1)
DeveloperCertificateService.cs (1)
87options.TrustDeveloperCertificate ??