xunit.core 2.6.3

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

// Install xunit.core as a Cake Tool
#tool nuget:?package=xunit.core&version=2.6.3

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# and F# (other .NET languages may work as well, but are unsupported). 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 (154)

Showing the top 5 NuGet packages that depend on xunit.core:

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

xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features. Installing this package installs xunit.core, xunit.assert, and xunit.analyzers.

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

Package to use SpecFlow with xUnit 2.4 and later

Xunit.Extensions.Ordering

Extensions for ordered testing with Xunit. Full support for ordering at all levels - test collections, test classes and test cases. Support for AssemblyFixture including IMessageSink injection and IAsyncLifetime. Supports .NET Core 1.x, .NET Core 2.x. and .NET 4.5.2+

Snapshooter.Xunit

Xunit Snapshooter is a flexible snapshot testing tool for .Net unit tests with Xunit. It creates and asserts snapshots (json) within Xunit unit tests.

xunit.categories

Friendly Traits for Xunit

GitHub repositories (256)

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

Repository Stars
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET Foundation community project.
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
SignalR/SignalR
Incredibly simple real-time web for .NET
FluentValidation/FluentValidation
A popular .NET validation library for building strongly-typed validation rules.
Version Downloads Last updated
2.6.3 16,768 12/9/2023
2.6.2 814,780 11/18/2023
2.6.1 1,069,249 11/2/2023
2.6.0 167,928 10/31/2023
2.5.3 1,163,420 10/16/2023
2.5.2 347,386 10/13/2023
2.5.2-pre.6 8,902 10/8/2023
2.5.2-pre.2 16,561 9/23/2023
2.5.1 1,983,885 9/18/2023
2.5.1-pre.33 5,566 9/10/2023
2.5.1-pre.26 4,367 9/2/2023
2.5.1-pre.20 34,847 8/7/2023
2.5.1-pre.12 19,545 7/21/2023
2.5.1-pre.11 567 7/21/2023
2.5.0 7,310,008 7/6/2023
2.5.0-pre.44 3,572 7/3/2023
2.5.0-pre.37 12,854 6/21/2023
2.5.0-pre.26 6,492 6/15/2023
2.5.0-pre.22 24,628 5/31/2023
2.5.0-pre.11 30,611 5/6/2023
2.4.2 62,054,310 8/1/2022
2.4.2-pre.27 33,171 7/24/2022
2.4.2-pre.12 873,020 10/3/2021
2.4.1 218,835,486 10/29/2018
2.4.1-pre.build.4071 22,274 10/7/2018
2.4.1-pre.build.4059 1,227,864 8/26/2018
2.4.0 64,365,785 7/17/2018
2.4.0-rc.2.build4045 6,121 7/13/2018
2.4.0-rc.1.build4038 23,809 7/2/2018
2.4.0-beta.2.build4010 276,213 5/29/2018
2.4.0-beta.1.build3958 188,427 2/12/2018
2.3.1 26,010,066 10/27/2017
2.3.1-rc2-build3844 15,596 10/20/2017
2.3.1-rc1-build3843 2,429 10/20/2017
2.3.0 1,412,123 10/6/2017
2.3.0-rc3-build3818 6,415 10/5/2017
2.3.0-rc2-build3812 3,918 10/4/2017
2.3.0-rc1-build3809 10,548 10/2/2017
2.3.0-beta5-build3769 286,783 9/1/2017
2.3.0-beta4-build3742 166,204 8/14/2017
2.3.0-beta3-build3705 202,456 6/8/2017
2.3.0-beta2-build3683 259,005 5/9/2017
2.3.0-beta1-build3642 142,674 4/6/2017
2.2.0 10,540,632 2/20/2017
2.2.0-rc4-build3536 6,735 2/18/2017
2.2.0-rc3-build3528 63,469 2/16/2017
2.2.0-rc2-build3523 19,264 2/13/2017
2.2.0-rc1-build3507 5,777 2/12/2017
2.2.0-beta5-build3474 500,963 1/16/2017
2.2.0-beta4-build3444 666,445 11/6/2016
2.2.0-beta3-build3402 105,453 10/5/2016
2.2.0-beta2-build3300 3,003,902 6/27/2016
2.2.0-beta1-build3239 77,061 12/20/2015
2.1.0 6,743,286 9/27/2015
2.1.0-rc2-build3176 8,802 9/20/2015
2.1.0-rc1-build3168 25,184 9/6/2015
2.1.0-beta4-build3109 29,676 8/5/2015
2.1.0-beta3-build3029 22,557 6/30/2015
2.1.0-beta2-build2981 21,297 5/3/2015
2.1.0-beta1-build2945 15,473 3/21/2015
2.0.0 1,946,179 3/16/2015
2.0.0-rc4-build2924 7,202 3/9/2015
2.0.0-rc3-build2880 10,952 2/23/2015
2.0.0-rc2-build2857 5,078 2/17/2015
2.0.0-rc1-build2826 12,933 1/20/2015
2.0.0-beta5-build2785 43,437 11/20/2014
2.0.0-beta4-build2738 19,259 8/10/2014
2.0.0-beta-build2700 3,978 6/30/2014
2.0.0-beta-build2650 4,103 4/29/2014
2.0.0-beta-build2616 5,128 3/22/2014
2.0.0-alpha-build2606 2,318 3/16/2014
2.0.0-alpha-build2595 2,562 3/9/2014
2.0.0-alpha-build2576 11,149 1/19/2014
2.0.0-alpha-build2569 2,106 1/17/2014
2.0.0-alpha-build2562 2,355 1/3/2014
2.0.0-alpha-build2552 2,212 12/8/2013
2.0.0-alpha-build2548 2,579 11/25/2013