13 references to FreeBSD
dotnet.Tests (2)
CommandTests\Run\GivenDotnetRunBuildsCsProj.cs (1)
779
[PlatformSpecificFact(TestPlatforms.Windows | TestPlatforms.Linux | TestPlatforms.
FreeBSD
)]
CommandTests\Test\GivenDotnetTestBuildsAndRunsTestfromCsproj.cs (1)
588
[PlatformSpecificFact(TestPlatforms.
FreeBSD
)]
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)
22
(platforms.HasFlag(TestPlatforms.
FreeBSD
) && RuntimeInformation.IsOSPlatform(OSPlatform.Create("FREEBSD"))) ||
src\Microsoft.DotNet.XUnitExtensions.Shared\TestPlatforms.cs (1)
26
AnyUnix =
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.TestFramework (1)
Attributes\PlatformSpecificFact.cs (1)
20
|| (RuntimeInformation.IsOSPlatform(OSPlatform.Create("FREEBSD")) && !platforms.HasFlag(TestPlatforms.
FreeBSD
));