2 implementations of SupportsContainerTrust
Aspire.Hosting (1)
DeveloperCertificateService.cs (1)
74
public bool
SupportsContainerTrust
=> _supportsContainerTrust.Value;
Aspire.Hosting.Tests (1)
Utils\TestDeveloperCertificateService.cs (1)
17
public bool
SupportsContainerTrust
=> supportsContainerTrust;
1 reference to SupportsContainerTrust
Aspire.Hosting.Yarp (1)
YarpResourceExtensions.cs (1)
50
if (!developerCertificateService.
SupportsContainerTrust
)