4 references to PlatformDetection
Aspire.Playground.Tests (4)
tests\Aspire.TestUtilities\RequiresDockerAttribute.cs (1)
24
!
PlatformDetection
.IsRunningOnCI;
tests\Aspire.TestUtilities\RequiresPlaywrightAttribute.cs (2)
19
!
PlatformDetection
.IsRunningOnCI // Supported on local runs
21
||
PlatformDetection
.IsRunningOnGithubActions; // Else supported on linux/GHA only
tests\Aspire.TestUtilities\RequiresSSLCertificateAttribute.cs (1)
12
public static bool IsSupported => !
PlatformDetection
.IsRunningOnCI || !OperatingSystem.IsWindows();