xunit 2.6.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved

Requires NuGet 2.12 or higher.

dotnet add package xunit --version 2.6.2
NuGet\Install-Package xunit -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" Version="2.6.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add xunit --version 2.6.2
#r "nuget: xunit, 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 as a Cake Addin
#addin nuget:?package=xunit&version=2.6.2

// Install xunit as a Cake Tool
#tool nuget:?package=xunit&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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (687)

Showing the top 5 NuGet packages that depend on xunit:

Package Downloads
xunit.extensions The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

NOTE: This empty package exists to assist users upgrading from xUnit.net v1.x to v2.x.

Xbehave

An xUnit.net extension for describing your tests using natural language. Installing this package installs Xbehave.Core and xunit.

Akka.TestKit.Xunit2 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

TestKit for writing tests for Akka.NET using xUnit.

AutoFixture.Xunit The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

By leveraging the data theory feature of xUnit.net, this extension turns AutoFixture into a declarative framework for writing unit tests. In many ways it becomes a unit testing DSL (Domain Specific Language). For xUnit.net 2, please use the AutoFixture.Xunit2 NuGet Package.

FsUnit.xUnit

FsUnit is a set of extensions that add special testing syntax to xUnit.

GitHub repositories (2.3K)

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

Repository Stars
shadowsocks/shadowsocks-windows
A C# port of shadowsocks
PowerShell/PowerShell
PowerShell for every system!
jellyfin/jellyfin
The Free Software Media System
dotnet-architecture/eShopOnContainers
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. Moved to https://github.com/dotnet/eShop.
NickeManarin/ScreenToGif
🎬 ScreenToGif allows you to record a selected area of your screen, edit and save it as a gif or video.
Version Downloads Last updated
2.6.2 503,739 11/18/2023
2.6.1 923,168 11/2/2023
2.6.0 151,398 10/31/2023
2.5.3 1,069,651 10/16/2023
2.5.2 333,078 10/13/2023
2.5.2-pre.6 8,520 10/8/2023
2.5.2-pre.2 15,630 9/23/2023
2.5.1 1,861,145 9/18/2023
2.5.1-pre.33 5,501 9/10/2023
2.5.1-pre.26 4,220 9/2/2023
2.5.1-pre.20 33,750 8/7/2023
2.5.1-pre.12 18,965 7/21/2023
2.5.1-pre.11 503 7/21/2023
2.5.0 7,017,639 7/6/2023
2.5.0-pre.44 3,500 7/3/2023
2.5.0-pre.37 11,637 6/21/2023
2.5.0-pre.26 6,372 6/15/2023
2.5.0-pre.22 24,174 5/31/2023
2.5.0-pre.11 28,588 5/6/2023
2.4.2 59,864,423 8/1/2022
2.4.2-pre.27 29,155 7/24/2022
2.4.2-pre.12 798,277 10/3/2021
2.4.1 211,410,320 10/29/2018
2.4.1-pre.build.4071 23,019 10/7/2018
2.4.1-pre.build.4059 1,215,954 8/26/2018
2.4.0 52,983,190 7/17/2018
2.4.0-rc.2.build4045 6,151 7/13/2018
2.4.0-rc.1.build4038 23,786 7/2/2018
2.4.0-beta.2.build4010 275,937 5/29/2018
2.4.0-beta.1.build3958 187,794 2/12/2018
2.3.1 25,223,175 10/27/2017
2.3.1-rc2-build3844 15,079 10/20/2017
2.3.1-rc1-build3843 1,767 10/20/2017
2.3.0 1,312,357 10/6/2017
2.3.0-rc3-build3818 5,597 10/5/2017
2.3.0-rc2-build3812 3,301 10/4/2017
2.3.0-rc1-build3809 9,998 10/2/2017
2.3.0-beta5-build3769 270,115 9/1/2017
2.3.0-beta4-build3742 166,421 8/14/2017
2.3.0-beta3-build3705 205,785 6/8/2017
2.3.0-beta2-build3683 280,468 5/9/2017
2.3.0-beta1-build3642 132,336 4/6/2017
2.2.0 9,890,006 2/20/2017
2.2.0-rc4-build3536 6,447 2/18/2017
2.2.0-rc3-build3528 62,407 2/16/2017
2.2.0-rc2-build3523 17,871 2/13/2017
2.2.0-rc1-build3507 5,071 2/12/2017
2.2.0-beta5-build3474 504,403 1/16/2017
2.2.0-beta4-build3444 661,963 11/6/2016
2.2.0-beta3-build3402 108,604 10/5/2016
2.2.0-beta2-build3300 2,956,554 6/27/2016
2.2.0-beta1-build3239 71,388 12/20/2015
2.1.0 6,185,788 9/27/2015
2.1.0-rc2-build3176 8,065 9/20/2015
2.1.0-rc1-build3168 24,276 9/6/2015
2.1.0-beta4-build3109 26,499 8/5/2015
2.1.0-beta3-build3029 19,126 6/30/2015
2.1.0-beta2-build2981 15,570 5/3/2015
2.1.0-beta1-build2945 13,757 3/21/2015
2.0.0 1,315,345 3/16/2015
2.0.0-rc4-build2924 6,329 3/9/2015
2.0.0-rc3-build2880 9,498 2/23/2015
2.0.0-rc2-build2857 4,198 2/17/2015
2.0.0-rc1-build2826 9,735 1/20/2015
2.0.0-beta5-build2785 38,028 11/20/2014
2.0.0-beta4-build2738 17,078 8/10/2014
2.0.0-beta-build2700 3,674 6/30/2014
2.0.0-beta-build2650 3,747 4/29/2014
2.0.0-beta-build2616 2,839 3/22/2014
2.0.0-alpha-build2606 2,247 3/16/2014
2.0.0-alpha-build2595 2,514 3/9/2014
2.0.0-alpha-build2576 11,082 1/19/2014
2.0.0-alpha-build2569 1,956 1/17/2014
2.0.0-alpha-build2562 2,334 1/3/2014
2.0.0-alpha-build2552 2,142 12/8/2013
2.0.0-alpha-build2548 2,310 11/25/2013
2.0.0-alpha-build2533 1,948 11/4/2013
2.0.0-alpha-build2529 1,749 10/26/2013
2.0.0-alpha-build2521 2,042 9/22/2013
2.0.0-alpha-build2510 2,413 8/19/2013
2.0.0-alpha-build2503 1,970 7/23/2013
2.0.0-alpha-build1657 2,029 7/13/2013
2.0.0-alpha-build1654 2,114 5/19/2013
2.0.0-alpha-build1650 1,872 4/24/2013
2.0.0-alpha-build1648 1,721 4/18/2013
2.0.0-alpha-build1644 1,697 4/14/2013
2.0.0-alpha-build1631 1,685 4/8/2013
2.0.0-alpha-build1624 1,760 4/5/2013
2.0.0-alpha-build1611 8,594 8/6/2012
1.9.2 2,624,985 8/24/2013
1.9.1 623,229 7/4/2012
1.9.0.1566 356,591 1/2/2012
1.8.0.1549 179,527 9/13/2011
1.8.0.1545 53,917 4/12/2011
1.7.0.1540 298,441 1/31/2011