5 references to Windows
Aspire.Hosting.Tests (1)
Backchannel\Exec\ProjectResourceExecTests.cs (1)
81
[ActiveIssue("https://github.com/microsoft/aspire/issues/11143", TestPlatforms.
Windows
)]
Microsoft.Build.Engine.UnitTests (3)
Construction\SolutionFile_OldParser_Tests.cs (3)
2492
[SkipOnPlatform(TestPlatforms.
Windows
, "Unix-specific test")]
2530
[SkipOnPlatform(TestPlatforms.
Windows
, "Unix-specific test")]
2563
[SkipOnPlatform(TestPlatforms.
Windows
, "Unix-specific test")]
Microsoft.DotNet.XUnitV3Extensions (1)
src\Microsoft.DotNet.XUnitExtensions.Shared\DiscovererHelpers.cs (1)
37
(platforms.HasFlag(TestPlatforms.
Windows
) && RuntimeInformation.IsOSPlatform(OSPlatform.Windows));