5 references to Feature
Aspire.TestUtilities (5)
RequiresFeatureAttribute.cs (5)
30if ((Feature & TestFeature.SSLCertificate) == TestFeature.SSLCertificate && !IsSslCertificateSupported()) 34if ((Feature & TestFeature.Playwright) == TestFeature.Playwright && !IsPlaywrightSupported()) 38if ((Feature & TestFeature.DevCert) == TestFeature.DevCert && !IsDevCertSupported()) 42if ((Feature & TestFeature.Docker) == TestFeature.Docker && !IsDockerSupported()) 46if ((Feature & TestFeature.DockerPluginBuildx) == TestFeature.DockerPluginBuildx && !IsDockerPluginBuildxSupported())