18 references to Linux
dotnet.Tests (5)
CommandTests\New\DotnetSlnPostActionTests.cs (1)
32[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.Linux)] // https://github.com/dotnet/sdk/issues/49923
CommandTests\Run\GivenDotnetRunBuildsCsProj.cs (1)
779[PlatformSpecificFact(TestPlatforms.Windows | TestPlatforms.Linux | TestPlatforms.FreeBSD)]
CommandTests\Test\GivenDotnetTestBuildsAndRunsTestfromCsproj.cs (2)
475[PlatformSpecificFact(TestPlatforms.Windows | TestPlatforms.OSX | TestPlatforms.Linux)] 511[PlatformSpecificFact(TestPlatforms.Windows | TestPlatforms.OSX | TestPlatforms.Linux)]
ToolManifestTests\ToolManifestFinderTests.cs (1)
93[PlatformSpecificFact(TestPlatforms.Linux | TestPlatforms.OSX)]
EndToEnd.Tests (2)
GivenWeWantToRequireWindowsForDesktopApps.cs (2)
12[PlatformSpecificFact(TestPlatforms.Linux | TestPlatforms.OSX | TestPlatforms.FreeBSD, Skip = "https://github.com/dotnet/sdk/issues/42230")] 32[PlatformSpecificFact(TestPlatforms.Linux | TestPlatforms.OSX | TestPlatforms.FreeBSD)]
Microsoft.DotNet.XUnitExtensions (2)
src\Microsoft.DotNet.XUnitExtensions.Shared\DiscovererHelpers.cs (1)
23(platforms.HasFlag(TestPlatforms.Linux) && RuntimeInformation.IsOSPlatform(OSPlatform.Linux)) ||
src\Microsoft.DotNet.XUnitExtensions.Shared\TestPlatforms.cs (1)
26AnyUnix = FreeBSD | Linux | NetBSD | OSX | illumos | Solaris | iOS | tvOS | MacCatalyst | Android | Browser | LinuxBionic | Wasi | Haiku,
Microsoft.NET.Build.Tests (6)
GivenThatWeWantToBuildAComServerLibrary.cs (1)
131[PlatformSpecificFact(TestPlatforms.Linux | TestPlatforms.OSX | TestPlatforms.FreeBSD)]
GivenWeWantToRequireWindowsForDesktopApps.cs (5)
35[PlatformSpecificTheory(TestPlatforms.Linux | TestPlatforms.OSX | TestPlatforms.FreeBSD)] 72[PlatformSpecificTheory(TestPlatforms.Linux | TestPlatforms.OSX | TestPlatforms.FreeBSD)] 92[PlatformSpecificFact(TestPlatforms.Linux | TestPlatforms.OSX | TestPlatforms.FreeBSD)] 110[PlatformSpecificFact(TestPlatforms.Linux | TestPlatforms.OSX | TestPlatforms.FreeBSD)] 145[PlatformSpecificFact(TestPlatforms.Linux | TestPlatforms.OSX | TestPlatforms.FreeBSD)]
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (1)
BlazorLegacyIntegrationTest60.cs (1)
48[SkipOnPlatform(TestPlatforms.Linux | TestPlatforms.OSX, "https://github.com/dotnet/sdk/issues/42145")]
Microsoft.NET.TestFramework (1)
Attributes\PlatformSpecificFact.cs (1)
18|| (RuntimeInformation.IsOSPlatform(OSPlatform.Linux) && !platforms.HasFlag(TestPlatforms.Linux))
Microsoft.TemplateEngine.Cli.UnitTests (1)
ParserTests\TabCompletionTests.cs (1)
444[SkipOnPlatform(TestPlatforms.Linux, "https://github.com/dotnet/sdk/issues/46212")]