4 writes to TrustDeveloperCertificate
Aspire.Hosting.Tests (3)
Dashboard\DashboardResourceTests.cs (1)
478options.TrustDeveloperCertificate = true;
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)
60options.TrustDeveloperCertificate = trustDeveloperCertificate.Value;
1 reference to TrustDeveloperCertificate
Aspire.Hosting (1)
DeveloperCertificateService.cs (1)
25options.TrustDeveloperCertificate ??