xunit.runner.utility 2.2.0-beta2-build3300

Prefix Reserved
This is a prerelease version of xunit.runner.utility.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.12 or higher.

dotnet add package xunit.runner.utility --version 2.2.0-beta2-build3300
                    
NuGet\Install-Package xunit.runner.utility -Version 2.2.0-beta2-build3300
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="xunit.runner.utility" Version="2.2.0-beta2-build3300" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="xunit.runner.utility" Version="2.2.0-beta2-build3300" />
                    
Directory.Packages.props
<PackageReference Include="xunit.runner.utility" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add xunit.runner.utility --version 2.2.0-beta2-build3300
                    
#r "nuget: xunit.runner.utility, 2.2.0-beta2-build3300"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=xunit.runner.utility&version=2.2.0-beta2-build3300&prerelease
                    
Install xunit.runner.utility as a Cake Addin
#tool nuget:?package=xunit.runner.utility&version=2.2.0-beta2-build3300&prerelease
                    
Install xunit.runner.utility as a Cake Tool

Includes the version-independent runner for xUnit.net to run both v1.9.2 and v2.0+ tests (xunit.runner.utility.*.dll).

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.1 is compatible.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (56)

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.

JetBrains.Psi.Features.UnitTesting

JetBrains Psi Features UnitTesting Package Version 233.0.20240606.112012

Allure.Xunit

Create beautiful reports from your xUnit.net tests.

Akka.MultiNode.TestAdapter

Visual Studio 2017 15.9+ Test Explorer runner for the Akka.NET MultiNode tests

M5x.Testing

Macula Base Testing Library

GitHub repositories (39)

Showing the top 20 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 (formerly Xenko), a free and open-source cross-platform C# game engine.
mono/SkiaSharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
xunit/xunit
xUnit.net is a free, open source, community-focused unit testing tool for .NET.
ravendb/ravendb
ACID Document Database
TelegramBots/Telegram.Bot
.NET Client for Telegram Bot API
dotnet/corert
This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
dotnet/macios
.NET for iOS, Mac Catalyst, macOS, and tvOS provide open-source bindings of the Apple SDKs for use with .NET managed languages such as C#
dotnet/iot
This repo includes .NET Core implementations for various IoT boards, chips, displays and PCBs.
dotnet/android
.NET for Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
dotnet/infer
Infer.NET is a framework for running Bayesian inference in graphical models
qmlnet/qmlnet
Qml.Net - Qt/QML integration/support for .NET
dotnet/SqlClient
Microsoft.Data.SqlClient provides database connectivity to SQL Server for .NET applications.
YairHalberstadt/stronginject
compile time dependency injection for .NET
OData/odata.net
ODataLib: Open Data Protocol - .NET Libraries and Frameworks
quamotion/dotnet-packaging
Extensions for the .NET Core CLI which help packaging and publishing .NET Core applications
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
dotnet/razor
Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
Version Downloads Last updated
2.9.3 83,773 1/8/2025
2.9.2 168,023 9/27/2024
2.9.1 13,454 9/22/2024
2.9.0 209,307 7/8/2024
2.8.1 221,368 5/25/2024
2.8.0 58,058 4/27/2024
2.7.1 113,679 4/11/2024
2.7.0 137,393 2/16/2024
2.6.6 62,380 1/15/2024
2.6.5 15,027 1/5/2024
2.6.4 10,861 12/22/2023
2.6.3 9,622 12/9/2023
2.6.2 35,285 11/18/2023
2.6.1 29,608 11/2/2023
2.6.0 1,902 10/31/2023
2.5.3 209,896 10/16/2023
2.5.2 6,327 10/13/2023
2.5.2-pre.6 310 10/8/2023
2.5.2-pre.2 1,436 9/23/2023
2.5.1 72,326 9/18/2023
2.5.1-pre.33 167 9/10/2023
2.5.1-pre.26 254 9/2/2023
2.5.1-pre.20 894 8/7/2023
2.5.1-pre.12 634 7/21/2023
2.5.1-pre.11 172 7/21/2023
2.5.0 166,354 7/6/2023
2.5.0-pre.44 632 7/3/2023
2.5.0-pre.37 3,435 6/21/2023
2.5.0-pre.26 142 6/15/2023
2.5.0-pre.22 181 5/31/2023
2.5.0-pre.11 377 5/6/2023
2.4.2 997,621 8/1/2022
2.4.2-pre.27 350 7/24/2022
2.4.2-pre.12 23,108 10/3/2021
2.4.1 8,258,100 10/29/2018
2.4.1-pre.build.4071 717 10/7/2018
2.4.1-pre.build.4059 371,262 8/26/2018
2.4.0 351,463 7/17/2018
2.4.0-rc.2.build4045 904 7/13/2018
2.4.0-rc.1.build4038 893 7/2/2018
2.4.0-beta.2.build4010 136,597 5/29/2018
2.4.0-beta.1.build3958 1,217 2/12/2018
2.3.1 682,962 10/27/2017
2.3.1-rc2-build3844 3,073 10/20/2017
2.3.1-rc1-build3843 3,100 10/20/2017
2.3.0 80,747 10/6/2017
2.3.0-rc3-build3818 3,335 10/5/2017
2.3.0-rc2-build3812 3,109 10/4/2017
2.3.0-rc1-build3809 3,151 10/2/2017
2.3.0-beta5-build3769 4,999 9/1/2017
2.3.0-beta4-build3742 4,328 8/14/2017
2.3.0-beta3-build3705 7,130 6/8/2017
2.3.0-beta2-build3683 10,281 5/9/2017
2.3.0-beta1-build3642 11,740 4/6/2017
2.2.0 229,010 2/20/2017
2.2.0-rc4-build3536 3,067 2/18/2017
2.2.0-rc3-build3528 3,095 2/16/2017
2.2.0-rc2-build3523 3,011 2/13/2017
2.2.0-rc1-build3507 3,055 2/12/2017
2.2.0-beta5-build3474 3,713 1/16/2017
2.2.0-beta4-build3444 6,846 11/6/2016
2.2.0-beta3-build3402 4,482 10/5/2016
2.2.0-beta2-build3300 3,816,905 6/27/2016
2.2.0-beta1-build3239 3,741 12/20/2015
2.1.0 1,236,616 9/27/2015
2.1.0-rc2-build3176 6,952 9/20/2015
2.1.0-rc1-build3168 19,897 9/6/2015
2.1.0-beta4-build3109 12,918 8/5/2015
2.1.0-beta3-build3029 15,443 6/30/2015
2.1.0-beta2-build2981 23,577 5/3/2015
2.1.0-beta1-build2945 6,224 3/21/2015
2.0.0 40,348 3/16/2015
2.0.0-rc4-build2924 2,597 3/9/2015
2.0.0-rc3-build2880 4,120 2/23/2015
2.0.0-rc2-build2857 3,745 2/17/2015
2.0.0-rc1-build2826 5,266 1/20/2015
2.0.0-beta5-build2785 3,576 11/20/2014
2.0.0-beta4-build2738 3,711 8/10/2014
2.0.0-beta-build2700 3,490 6/30/2014
2.0.0-beta-build2650 2,638 4/29/2014
2.0.0-beta-build2616 2,672 3/22/2014
2.0.0-alpha-build2606 2,997 3/16/2014
2.0.0-alpha-build2595 3,054 3/9/2014
2.0.0-alpha-build2576 3,076 1/19/2014
2.0.0-alpha-build2569 3,081 1/17/2014
2.0.0-alpha-build2562 3,068 1/3/2014
2.0.0-alpha-build2552 3,026 12/8/2013
2.0.0-alpha-build2548 3,095 11/25/2013
2.0.0-alpha-build2533 3,052 11/4/2013
2.0.0-alpha-build2529 3,088 10/26/2013
2.0.0-alpha-build2521 3,048 9/22/2013
2.0.0-alpha-build2510 2,998 8/19/2013
2.0.0-alpha-build2503 3,152 7/23/2013
2.0.0-alpha-build1657 3,317 7/13/2013
2.0.0-alpha-build1654 3,080 5/19/2013
2.0.0-alpha-build1650 3,050 4/24/2013
2.0.0-alpha-build1648 3,099 4/18/2013
2.0.0-alpha-build1644 3,099 4/14/2013