xunit.runner.msbuild 2.6.2

Prefix Reserved
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.msbuild --version 2.6.2                
NuGet\Install-Package xunit.runner.msbuild -Version 2.6.2                
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.msbuild" Version="2.6.2">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add xunit.runner.msbuild --version 2.6.2                
#r "nuget: xunit.runner.msbuild, 2.6.2"                
#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.
// Install xunit.runner.msbuild as a Cake Addin
#addin nuget:?package=xunit.runner.msbuild&version=2.6.2

// Install xunit.runner.msbuild as a Cake Tool
#tool nuget:?package=xunit.runner.msbuild&version=2.6.2                

About xUnit.net

<img align="right" width="100px" src="https://raw.githubusercontent.com/xunit/media/main/dotnet-foundation.svg" />

xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework. Written by the original inventor of NUnit v2, xUnit.net is the latest technology for unit testing C#, F#, VB.NET and other .NET languages. xUnit.net works with Visual Studio, Visual Studio Code, ReSharper, CodeRush, and TestDriven.NET. It is part of the .NET Foundation, and operates under their code of conduct. It is licensed under Apache 2 (an OSI approved license).

For project documentation, please visit the xUnit.net project home.

<img src="https://raw.github.com/xunit/media/main/powered-by-ndepend-transparent.png" title="Powered by NDepend" width="142" />

Latest Builds

<table> <thead> <tr> <th></th> <th>Stable</th> <th>Latest CI</th> <th>Build status</th> </tr> </thead> <tbody> <tr> <th>v2 core framework</th> <td><a href="https://www.nuget.org/packages/xunit"><img src="https://img.shields.io/nuget/v/xunit.svg?logo=nuget"></a></td> <td><a href="https://feedz.io/org/xunit/repository/xunit/packages/xunit"><img src="https://img.shields.io/badge/endpoint.svg?url=https%3A%2F%2Ff.feedz.io%2Fxunit%2Fxunit%2Fshield%2Fxunit%2Flatest"></td> <td><a href="https://actions-badge.atrox.dev/xunit/xunit/goto?ref=v2"><img src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fxunit%2Fxunit%2Fbadge%3Fref%3Dv2&label=build"></td> <tr> <tr> <th>v3 core framework (<a href="https://xunit.net/docs/v3-alpha">alpha docs</a>)</th> <td>N/A</td> <td><a href="https://feedz.io/org/xunit/repository/xunit/packages/xunit.v3"><img src="https://img.shields.io/badge/endpoint.svg?url=https%3A%2F%2Ff.feedz.io%2Fxunit%2Fxunit%2Fshield%2Fxunit.v3%2Flatest"></td> <td><a href="https://actions-badge.atrox.dev/xunit/xunit/goto?ref=main"><img src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fxunit%2Fxunit%2Fbadge%3Fref%3Dmain&label=build"></td> <tr> <tr> <th>xunit.analyzers</th> <td><a href="https://www.nuget.org/packages/xunit.analyzers"><img src="https://img.shields.io/nuget/v/xunit.analyzers.svg?logo=nuget"></a></td> <td><a href="https://feedz.io/org/xunit/repository/xunit/packages/xunit.analyzers"><img src="https://img.shields.io/badge/endpoint.svg?url=https%3A%2F%2Ff.feedz.io%2Fxunit%2Fxunit%2Fshield%2Fxunit.analyzers%2Flatest"></a></td> <td><a href="https://actions-badge.atrox.dev/xunit/xunit.analyzers/goto?ref=main"><img src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fxunit%2Fxunit.analyzers%2Fbadge%3Fref%3Dmain&label=build"></a></td> </tr> <tr> <th>xunit.runner.visualstudio</th> <td><a href="https://www.nuget.org/packages/xunit.runner.visualstudio"><img src="https://img.shields.io/nuget/v/xunit.runner.visualstudio.svg?logo=nuget"></a></td> <td><a href="https://feedz.io/org/xunit/repository/xunit/packages/xunit.runner.visualstudio"><img src="https://img.shields.io/badge/endpoint.svg?url=https%3A%2F%2Ff.feedz.io%2Fxunit%2Fxunit%2Fshield%2Fxunit.runner.visualstudio%2Flatest"></a></td> <td><a href="https://actions-badge.atrox.dev/xunit/xunit.runner.visualstudio/goto?ref=main"><img src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fxunit%2Fvisualstudio.xunit%2Fbadge%3Fref%3Dmain&label=build"></a></td> </tr> </tbody> </table>

For complete CI package lists, please visit the feedz.io package search. A free login is required.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5.2

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on xunit.runner.msbuild:

Package Downloads
Appccelerate.Development.xUnit

Use for build infrastructure.

Appccelerate.Development.xBehave

Use for build infrastructure.

GitHub repositories (21)

Showing the top 5 popular GitHub repositories that depend on xunit.runner.msbuild:

Repository Stars
SignalR/SignalR
Incredibly simple real-time web for .NET
FluentValidation/FluentValidation
A popular .NET validation library for building strongly-typed validation rules.
projectkudu/kudu
Kudu is the engine behind git/hg deployments, WebJobs, and various other features in Azure Web Sites. It can also run outside of Azure.
scriptcs/scriptcs
Write C# apps with a text editor, nuget and the power of Roslyn!
OData/WebApi
OData Web API: A server library built upon ODataLib and WebApi
Version Downloads Last updated
2.9.0 775 7/8/2024
2.8.1 6,030 5/25/2024
2.8.0 5,084 4/27/2024
2.7.1 3,700 4/11/2024
2.7.0 11,343 2/16/2024
2.6.6 7,456 1/15/2024
2.6.5 1,685 1/5/2024
2.6.4 485 12/22/2023
2.6.3 1,506 12/9/2023
2.6.2 30,555 11/18/2023
2.6.1 1,592 11/2/2023
2.6.0 326 10/31/2023
2.5.3 1,576 10/16/2023
2.5.2 261 10/13/2023
2.5.2-pre.6 91 10/8/2023
2.5.2-pre.2 108 9/23/2023
2.5.1 8,058 9/18/2023
2.5.1-pre.33 99 9/10/2023
2.5.1-pre.26 96 9/2/2023
2.5.1-pre.20 132 8/7/2023
2.5.1-pre.12 120 7/21/2023
2.5.1-pre.11 104 7/21/2023
2.5.0 13,765 7/6/2023
2.5.0-pre.44 108 7/3/2023
2.5.0-pre.37 96 6/21/2023
2.5.0-pre.26 92 6/15/2023
2.5.0-pre.22 101 5/31/2023
2.5.0-pre.11 139 5/6/2023
2.4.2 106,045 8/1/2022
2.4.2-pre.27 239 7/24/2022
2.4.2-pre.12 2,258 10/3/2021
2.4.1 1,241,880 10/29/2018
2.4.1-pre.build.4071 812 10/7/2018
2.4.1-pre.build.4059 628 8/26/2018
2.4.0 117,647 7/17/2018
2.4.0-rc.2.build4045 616 7/13/2018
2.4.0-rc.1.build4038 724 7/2/2018
2.4.0-beta.2.build4010 882 5/29/2018
2.4.0-beta.1.build3958 918 2/12/2018
2.3.1 310,100 10/27/2017
2.3.1-rc2-build3844 1,144 10/20/2017
2.3.1-rc1-build3843 784 10/20/2017
2.3.0 214,281 10/6/2017
2.3.0-rc3-build3818 764 10/5/2017
2.3.0-rc2-build3812 758 10/4/2017
2.3.0-rc1-build3809 777 10/2/2017
2.3.0-beta5-build3769 1,631 9/1/2017
2.3.0-beta4-build3742 906 8/14/2017
2.3.0-beta3-build3705 1,764 6/8/2017
2.3.0-beta2-build3683 2,420 5/9/2017
2.3.0-beta1-build3642 1,070 4/6/2017
2.2.0 133,017 2/20/2017
2.2.0-rc4-build3536 855 2/18/2017
2.2.0-rc3-build3528 842 2/16/2017
2.2.0-rc2-build3523 888 2/13/2017
2.2.0-rc1-build3507 856 2/12/2017
2.2.0-beta5-build3474 977 1/16/2017
2.2.0-beta4-build3444 2,528 11/6/2016
2.2.0-beta3-build3402 1,332 10/5/2016
2.2.0-beta2-build3300 662,961 6/27/2016
2.2.0-beta1-build3239 2,230 12/20/2015
2.1.0 397,893 9/27/2015
2.1.0-rc2-build3176 1,113 9/20/2015
2.1.0-rc1-build3168 1,095 9/6/2015
2.1.0-beta4-build3109 2,366 8/5/2015
2.1.0-beta3-build3029 2,881 6/30/2015
2.1.0-beta2-build2981 1,854 5/3/2015
2.1.0-beta1-build2945 1,000 3/21/2015
2.0.0 147,552 3/16/2015
2.0.0-rc4-build2924 3,210 3/9/2015