2 references to IsDevCertSupported
Aspire.Playground.Tests (2)
tests\Aspire.TestUtilities\RequiresFeatureAttribute.cs (2)
38
if ((Feature & TestFeature.DevCert) == TestFeature.DevCert && !
IsDevCertSupported
())
148
if ((feature & TestFeature.DevCert) == TestFeature.DevCert && !
IsDevCertSupported
())