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