21 references to None
Aspire.Hosting (3)
ApplicationModel\ResourceExtensions.cs (1)
420
if (scope == CertificateTrustScope.
None
)
ProjectResourceBuilderExtensions.cs (2)
429
builder.WithCertificateTrustScope(CertificateTrustScope.
None
);
434
if (ctx.Scope != CertificateTrustScope.
None
&& OperatingSystem.IsWindows())
Aspire.Hosting.Tests (18)
DistributedApplicationTests.cs (18)
666
[InlineData(null, null, false, false, CertificateTrustScope.
None
)]
667
[InlineData(null, false, false, false, CertificateTrustScope.
None
)]
668
[InlineData(null, true, false, false, CertificateTrustScope.
None
)]
669
[InlineData(false, null, false, false, CertificateTrustScope.
None
)]
670
[InlineData(false, false, false, false, CertificateTrustScope.
None
)]
671
[InlineData(false, true, false, false, CertificateTrustScope.
None
)]
672
[InlineData(true, null, false, false, CertificateTrustScope.
None
)]
673
[InlineData(true, false, false, false, CertificateTrustScope.
None
)]
674
[InlineData(true, true, false, false, CertificateTrustScope.
None
)]
675
[InlineData(null, null, false, true, CertificateTrustScope.
None
)]
676
[InlineData(null, false, false, true, CertificateTrustScope.
None
)]
677
[InlineData(null, true, false, true, CertificateTrustScope.
None
)]
678
[InlineData(false, null, false, true, CertificateTrustScope.
None
)]
679
[InlineData(false, false, false, true, CertificateTrustScope.
None
)]
680
[InlineData(false, true, false, true, CertificateTrustScope.
None
)]
681
[InlineData(true, null, false, true, CertificateTrustScope.
None
)]
682
[InlineData(true, false, false, true, CertificateTrustScope.
None
)]
683
[InlineData(true, true, false, true, CertificateTrustScope.
None
)]