xunit.runner.utility
2.4.2
Requires NuGet 2.12 or higher.
dotnet add package xunit.runner.utility --version 2.4.2
NuGet\Install-Package xunit.runner.utility -Version 2.4.2
<PackageReference Include="xunit.runner.utility" Version="2.4.2" />
paket add xunit.runner.utility --version 2.4.2
#r "nuget: xunit.runner.utility, 2.4.2"
// Install xunit.runner.utility as a Cake Addin
#addin nuget:?package=xunit.runner.utility&version=2.4.2
// Install xunit.runner.utility as a Cake Tool
#tool nuget:?package=xunit.runner.utility&version=2.4.2
Includes the version-independent runner for xUnit.net to run both v1.9.2 and v2.0+ tests (xunit.runner.utility.*.dll). Supports .NET 3.5, .NET 4.5.2 or later, .NET Standard 1.1, .NET Standard 1.5, UWP, and .NET Core 1.0 or later.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 1.0
- NETStandard.Library (>= 1.6.0)
- System.Runtime.Loader (>= 4.0.0)
- xunit.abstractions (>= 2.0.3)
-
.NETFramework 3.5
- xunit.abstractions (>= 2.0.3)
-
.NETFramework 4.5.2
- xunit.abstractions (>= 2.0.3)
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
- xunit.abstractions (>= 2.0.3)
-
.NETStandard 1.5
- NETStandard.Library (>= 1.6.1)
- System.Reflection.TypeExtensions (>= 4.3.0)
- xunit.abstractions (>= 2.0.3)
-
UAP 10.0
- xunit.abstractions (>= 2.0.3)
NuGet packages (52)
Showing the top 5 NuGet packages that depend on xunit.runner.utility:
Package | Downloads |
---|---|
xunit.runner.reporters
Includes runner reporters for TeamCity, AppVeyor, Verbose and Quiet output for test runners. Supports .NET 4.5.2 or later, .NET Standard 1.1, .NET Standard 1.5, and .NET Core 1.0 or later. |
|
M5x.Testing
Macula Base Testing Library |
|
Naos.Database.Domain.Test
Created on 2021-02-14 15:30 |
|
XUnitRemote
Run XUnit tests in a remote process |
|
UnitTests.HeadlessRunner
Platform agnostic unit test runner |
GitHub repositories (41)
Showing the top 5 popular GitHub repositories that depend on xunit.runner.utility:
Repository | Stars |
---|---|
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
|
|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
stride3d/stride
Stride Game Engine (formerly Xenko)
|
|
akkadotnet/akka.net
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
|