xunit.core 2.2.0-rc1-build3507

Prefix Reserved
This is a prerelease version of xunit.core.
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.core --version 2.2.0-rc1-build3507
                    
NuGet\Install-Package xunit.core -Version 2.2.0-rc1-build3507
                    
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.2.0-rc1-build3507" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="xunit.core" Version="2.2.0-rc1-build3507" />
                    
Directory.Packages.props
<PackageReference Include="xunit.core" />
                    
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.core --version 2.2.0-rc1-build3507
                    
#r "nuget: xunit.core, 2.2.0-rc1-build3507"
                    
#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.
#:package xunit.core@2.2.0-rc1-build3507
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=xunit.core&version=2.2.0-rc1-build3507&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=xunit.core&version=2.2.0-rc1-build3507&prerelease
                    
Install as a Cake Tool

Includes the libraries for writing unit tests with xUnit.net.

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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.0 is compatible.  netstandard1.1 was computed.  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 net45 was computed.  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 is compatible. 
Windows Phone wp8 was computed.  wp81 was computed.  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 (159)

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

Package Downloads
xunit

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

Package to use SpecFlow with xUnit 2.4 and later

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.

xRetry

Allows for a [RetryFact(n)] or [RetryTheory(n)] attributes to be placed above tests in XUnit. This can be used to re-run a failed test up to n times, allowing for transient failures (e.g. network related) to be tolerated.

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+

GitHub repositories (257)

Showing the top 20 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 UI client technology
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.
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
FluentValidation/FluentValidation
A popular .NET validation library for building strongly-typed validation rules.
SignalR/SignalR
Incredibly simple real-time web for .NET
NancyFx/Nancy
Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
ldqk/Masuit.Tools
全龄段友好的C#万能工具库,码数吐司库,包含一些常用的操作类,大都是静态类,加密解密,反射操作,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展、Excel导出等常用封装。诸多功能集一身,代码量不到2MB!
dotnet/msbuild
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
Azure/azure-powershell
Microsoft Azure PowerShell
dotnet/samples
Sample code referenced by the .NET documentation
migueldeicaza/TensorFlowSharp
TensorFlow API for .NET languages
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.
cairoshell/cairoshell
Cairo is a customizable, intuitive desktop environment for Windows.
hirschmann/nbfc
NoteBook FanControl
microsoft/Git-Credential-Manager-for-Windows
Secure Git credential storage for Windows with support for Visual Studio Team Services, GitHub, and Bitbucket multi-factor authentication.
dotnet/corert
This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
mono/monodevelop
MonoDevelop is a cross platform .NET IDE
PomeloFoundation/Pomelo.EntityFrameworkCore.MySql
Entity Framework Core provider for MySQL and MariaDB built on top of MySqlConnector
dotnet/iot
This repo includes .NET Core implementations for various IoT boards, chips, displays and PCBs.
Version Downloads Last Updated
2.9.3 41,027,669 1/8/2025
2.9.2 33,076,006 9/27/2024
2.9.1 1,629,132 9/22/2024
2.9.0 22,247,567 7/8/2024
2.8.1 14,411,631 5/25/2024
2.8.0 7,956,073 4/27/2024
2.7.1 5,177,490 4/11/2024
2.7.0 16,518,745 2/16/2024
2.6.6 10,893,216 1/15/2024
2.6.5 2,747,366 1/5/2024
2.6.4 1,929,267 12/22/2023
2.6.3 3,169,669 12/9/2023
2.6.2 6,701,532 11/18/2023
2.6.1 6,142,245 11/2/2023
2.6.0 551,753 10/31/2023
2.5.3 19,612,350 10/16/2023
2.5.2 714,674 10/13/2023
2.5.2-pre.6 18,458 10/8/2023
2.5.2-pre.2 29,800 9/23/2023
2.5.1 5,167,720 9/18/2023
2.5.1-pre.33 9,829 9/10/2023
2.5.1-pre.26 25,671 9/2/2023
2.5.1-pre.20 80,547 8/7/2023
2.5.1-pre.12 70,092 7/21/2023
2.5.1-pre.11 2,159 7/21/2023
2.5.0 15,575,056 7/6/2023
2.5.0-pre.44 6,150 7/3/2023
2.5.0-pre.37 27,212 6/21/2023
2.5.0-pre.26 12,340 6/15/2023
2.5.0-pre.22 45,779 5/31/2023
2.5.0-pre.11 54,258 5/6/2023
2.4.2 118,932,266 8/1/2022
2.4.2-pre.27 67,794 7/24/2022
2.4.2-pre.12 1,214,609 10/3/2021
2.4.1 278,969,213 10/29/2018
2.4.1-pre.build.4071 23,329 10/7/2018
2.4.1-pre.build.4059 1,233,816 8/26/2018
2.4.0 84,645,962 7/17/2018
2.4.0-rc.2.build4045 6,895 7/13/2018
2.4.0-rc.1.build4038 24,747 7/2/2018
2.4.0-beta.2.build4010 280,800 5/29/2018
2.4.0-beta.1.build3958 204,500 2/12/2018
2.3.1 30,243,490 10/27/2017
2.3.1-rc2-build3844 19,006 10/20/2017
2.3.1-rc1-build3843 5,822 10/20/2017
2.3.0 1,555,219 10/6/2017
2.3.0-rc3-build3818 9,599 10/5/2017
2.3.0-rc2-build3812 7,016 10/4/2017
2.3.0-rc1-build3809 14,949 10/2/2017
2.3.0-beta5-build3769 305,035 9/1/2017
2.3.0-beta4-build3742 173,887 8/14/2017
2.3.0-beta3-build3705 215,297 6/8/2017
2.3.0-beta2-build3683 264,189 5/9/2017
2.3.0-beta1-build3642 149,408 4/6/2017
2.2.0 11,890,604 2/20/2017
2.2.0-rc4-build3536 10,159 2/18/2017
2.2.0-rc3-build3528 66,805 2/16/2017
2.2.0-rc2-build3523 22,802 2/13/2017
2.2.0-rc1-build3507 9,062 2/12/2017
2.2.0-beta5-build3474 532,582 1/16/2017
2.2.0-beta4-build3444 674,053 11/6/2016
2.2.0-beta3-build3402 108,973 10/5/2016
2.2.0-beta2-build3300 3,017,059 6/27/2016
2.2.0-beta1-build3239 81,220 12/20/2015
2.1.0 8,518,674 9/27/2015
2.1.0-rc2-build3176 12,241 9/20/2015
2.1.0-rc1-build3168 30,073 9/6/2015
2.1.0-beta4-build3109 33,729 8/5/2015
2.1.0-beta3-build3029 26,462 6/30/2015
2.1.0-beta2-build2981 24,693 5/3/2015
2.1.0-beta1-build2945 18,730 3/21/2015
2.0.0 2,481,784 3/16/2015
2.0.0-rc4-build2924 13,627 3/9/2015
2.0.0-rc3-build2880 15,568 2/23/2015
2.0.0-rc2-build2857 8,722 2/17/2015
2.0.0-rc1-build2826 16,845 1/20/2015
2.0.0-beta5-build2785 46,635 11/20/2014
2.0.0-beta4-build2738 21,529 8/10/2014
2.0.0-beta-build2700 6,100 6/30/2014
2.0.0-beta-build2650 6,117 4/29/2014
2.0.0-beta-build2616 7,543 3/22/2014
2.0.0-alpha-build2606 4,484 3/16/2014
2.0.0-alpha-build2595 4,749 3/9/2014
2.0.0-alpha-build2576 13,266 1/19/2014
2.0.0-alpha-build2569 4,267 1/17/2014
2.0.0-alpha-build2562 4,514 1/3/2014
2.0.0-alpha-build2552 4,422 12/8/2013
2.0.0-alpha-build2548 5,002 11/25/2013