98 references to Any
dotnet.Tests (18)
CommandFactoryTests\GivenAProjectToolsCommandResolver.cs (2)
325[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)] 351[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)]
CommandTests\New\DotnetSlnPostActionTests.cs (1)
32[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.Linux)] // https://github.com/dotnet/sdk/issues/49923
CommandTests\Run\GivenDotnetRootEnv.cs (1)
40[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)]
CommandTests\Run\RunFileTests.cs (2)
404[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)] 2067[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)] // https://github.com/dotnet/sdk/issues/48990
CommandTests\Store\GivenDotnetStoresAndPublishesProjects.cs (1)
66[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)]
CommandTests\Test\GivenDotnetTestBuildsAndDiscoversTests.cs (1)
110[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)]
CommandTests\Test\GivenDotnetTestBuildsAndRunsHelp.cs (1)
41[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)]
CommandTests\Test\GivenDotnetTestBuildsAndRunsTests.cs (1)
382[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)]
CommandTests\Test\GivenDotnetTestBuildsAndRunsTestsForMultipleTFMs.cs (4)
21[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 61[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 107[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 177[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)]
CommandTests\Test\GivenDotnetTestBuildsAndRunsTestsWithDifferentOptions.cs (1)
263[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)]
PackagedCommandTests.cs (3)
20[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 172[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)] 214[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)]
dotnet-watch.Tests (2)
CommandLine\ProgramTests.cs (2)
87[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)] 122[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)]
EndToEnd.Tests (2)
GivenDotNetUsesMSBuild.cs (2)
45[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)] 79[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)]
Microsoft.DotNet.PackageInstall.Tests (2)
EndToEndToolTests.cs (2)
50[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)] 112[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)]
Microsoft.DotNet.XUnitExtensions (7)
src\Microsoft.DotNet.XUnitExtensions.Shared\Attributes\ActiveIssueAttribute.cs (1)
49public ActiveIssueAttribute(string issue, TestPlatforms platforms = TestPlatforms.Any, TargetFrameworkMonikers framework = TargetFrameworkMonikers.Any, TestRuntimes runtimes = TestRuntimes.Any)
src\Microsoft.DotNet.XUnitExtensions.Shared\Attributes\OuterLoopAttribute.cs (1)
63public OuterLoopAttribute(string reason, TestPlatforms platforms = TestPlatforms.Any, TargetFrameworkMonikers framework = TargetFrameworkMonikers.Any, TestRuntimes runtimes = TestRuntimes.Any)
src\Microsoft.DotNet.XUnitExtensions.Shared\Attributes\SkipOnMonoAttribute.cs (1)
22public SkipOnMonoAttribute(string reason, TestPlatforms testPlatforms = TestPlatforms.Any)
src\Microsoft.DotNet.XUnitExtensions.Shared\DiscovererHelpers.cs (2)
21(platforms.HasFlag(TestPlatforms.Any)) || 69TestPlatforms platforms = TestPlatforms.Any;
src\Microsoft.DotNet.XUnitExtensions.Shared\Discoverers\SkipOnCoreClrDiscoverer.cs (1)
33TestPlatforms testPlatforms = TestPlatforms.Any;
src\Microsoft.DotNet.XUnitExtensions.Shared\Discoverers\SkipOnMonoDiscoverer.cs (1)
20TestPlatforms testPlatforms = TestPlatforms.Any;
Microsoft.DotNet.XUnitExtensions.Tests (3)
ConditionalAttributeTests.cs (3)
38[OuterLoop("never outer loop", TestPlatforms.Any & ~TestPlatforms.Any)] 48[OuterLoop("always outer loop", TestPlatforms.Any)]
Microsoft.NET.Build.Tests (7)
DesignTimeBuildTests.cs (1)
81[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)]
GivenThatWeWantToBuildAnAppWithLibrariesAndRid.cs (2)
21[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)] 63[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)]
ImplicitAspNetVersions.cs (1)
51[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)]
KnownRuntimePackTests.cs (2)
16[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)] 69[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)]
RoslynBuildTaskTests.cs (1)
73[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX), CombinatorialData]
Microsoft.NET.Publish.Tests (55)
GivenThatAPublishedDepsJsonShouldContainVersionInformation.cs (3)
58[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)] 67[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)] 81[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)]
GivenThatWeWantToPublishAnAppWithLibrariesAndRid.cs (2)
19[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)] 58[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)]
GivenThatWeWantToPublishAProjectWithDependencies.cs (1)
151[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)]
GivenThatWeWantToPublishASelfContainedApp.cs (1)
44[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)]
GivenThatWeWantToPublishASingleFileApp.cs (3)
400[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 682[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 903[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)]
GivenThatWeWantToPublishAWebApp.cs (1)
110[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)]
GivenThatWeWantToPublishReadyToRun.cs (2)
115[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 173[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)]
GivenThatWeWantToRunILLink.cs (40)
69[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 112[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 166[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 195[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 268[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 294[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 369[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 458[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 485[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 583[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 603[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 639[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 662[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 792[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 837[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 899[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 998[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 1015[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)] 1033[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 1106[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 1142[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 1164[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)] 1198[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)] 1232[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 1262[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 1301[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)] 1338[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 1392[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 1430[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 1467[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 1496[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 1560[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 1586[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 1606[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 1623[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 1643[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 1688[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 1707[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 1726[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 1745[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)]
GivenThatWeWantToStoreAProjectWithDependencies.cs (2)
265[PlatformSpecificTheory(TestPlatforms.Any & ~TestPlatforms.OSX)] 305[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)]
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (1)
BlazorWasmStaticWebAssetsIntegrationTest.cs (1)
262[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)]
Microsoft.NET.Sdk.Web.Tests (1)
PublishTests.cs (1)
53[PlatformSpecificFact(TestPlatforms.Any & ~TestPlatforms.OSX)]