2 references to IsDockerSupported
Aspire.TestUtilities (2)
RequiresFeatureAttribute.cs (2)
42if ((Feature & TestFeature.Docker) == TestFeature.Docker && !IsDockerSupported()) 152if ((feature & TestFeature.Docker) == TestFeature.Docker && !IsDockerSupported())