3 writes to TrustDeveloperCertificate
Aspire.Hosting.Tests (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)
58
options.
TrustDeveloperCertificate
= trustDeveloperCertificate.Value;
1 reference to TrustDeveloperCertificate
Aspire.Hosting (1)
DeveloperCertificateService.cs (1)
87
options.
TrustDeveloperCertificate
??