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