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