4 writes to TrustDeveloperCertificate
Aspire.Hosting.Tests (1)
Dashboard\DashboardResourceTests.cs (1)
603
options.
TrustDeveloperCertificate
= true;
Aspire.Hosting.TestUtilities (2)
Utils\TestDistributedApplicationBuilder.cs (2)
36
return CreateCore(args, (options) => { options.
TrustDeveloperCertificate
= false; });
41
return CreateCore(args, (options) => { options.
TrustDeveloperCertificate
= false; }, testOutputHelper);
TestProject.AppHost (1)
TestProgram.cs (1)
60
options.
TrustDeveloperCertificate
= trustDeveloperCertificate.Value;
1 reference to TrustDeveloperCertificate
Aspire.Hosting (1)
DeveloperCertificateService.cs (1)
27
options.
TrustDeveloperCertificate
??