xunit.core
2.1.0-beta4-build3109
Prefix Reserved
See the version list below for details.
Requires NuGet 2.8.5 or higher.
dotnet add package xunit.core --version 2.1.0-beta4-build3109
NuGet\Install-Package xunit.core -Version 2.1.0-beta4-build3109
<PackageReference Include="xunit.core" Version="2.1.0-beta4-build3109" />
<PackageVersion Include="xunit.core" Version="2.1.0-beta4-build3109" />
<PackageReference Include="xunit.core" />
paket add xunit.core --version 2.1.0-beta4-build3109
#r "nuget: xunit.core, 2.1.0-beta4-build3109"
#addin nuget:?package=xunit.core&version=2.1.0-beta4-build3109&prerelease
#tool nuget:?package=xunit.core&version=2.1.0-beta4-build3109&prerelease
Includes the libraries for writing unit tests with xUnit.net.
Supported platforms:
- Desktop .NET 4.5+
- .NET Core (Universal Windows Apps 10+, DNX Core 5+)
- Windows Phone 8 (Silverlight)
- Universal (Windows Phone 8.1+, Windows 8.1+)
- Xamarin (MonoTouch, MonoAndroid, Xamarin iOS Universal)
- Portable Libraries (supporting Profile259)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-android was computed. net7.0-android was computed. net8.0-android was computed. net9.0-android was computed. |
MonoAndroid | monoandroid is compatible. |
MonoTouch | monotouch is compatible. |
Windows Phone | wp8 is compatible. wp81 was computed. |
Xamarin.iOS | xamarinios is compatible. |
-
.NETFramework 4.5
- xunit.extensibility.core (= 2.1.0-beta4-build3109)
-
.NETPlatform 5.0
- System.Collections (>= 4.0.0)
- System.Diagnostics.Debug (>= 4.0.0)
- System.Globalization (>= 4.0.0)
- System.Linq (>= 4.0.0)
- System.Reflection (>= 4.0.0)
- System.Reflection.Extensions (>= 4.0.0)
- System.Runtime (>= 4.0.0)
- System.Runtime.Extensions (>= 4.0.0)
- System.Threading.Tasks (>= 4.0.0)
- xunit.abstractions (>= 2.0.0)
- xunit.extensibility.core (= 2.1.0-beta4-build3109)
- xunit.extensibility.execution (= 2.1.0-beta4-build3109)
-
DNX 4.5.1
- xunit.extensibility.core (= 2.1.0-beta4-build3109)
- xunit.extensibility.execution (= 2.1.0-beta4-build3109)
-
MonoAndroid 0.0
- xunit.extensibility.core (= 2.1.0-beta4-build3109)
- xunit.extensibility.execution (= 2.1.0-beta4-build3109)
-
MonoTouch 0.0
- xunit.extensibility.core (= 2.1.0-beta4-build3109)
- xunit.extensibility.execution (= 2.1.0-beta4-build3109)
-
Windows 0.0
- xunit.extensibility.core (= 2.1.0-beta4-build3109)
-
WindowsPhone 8.0
- xunit.extensibility.core (= 2.1.0-beta4-build3109)
-
WindowsPhoneApp 8.1
- xunit.extensibility.core (= 2.1.0-beta4-build3109)
-
Xamarin.iOS 0.0
- xunit.extensibility.core (= 2.1.0-beta4-build3109)
- xunit.extensibility.execution (= 2.1.0-beta4-build3109)
NuGet packages (153)
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. |
|
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+ |
|
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. |
GitHub repositories (249)
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!
|
|
domaindrivendev/Swashbuckle.AspNetCore
Swagger tools for documenting API's built on ASP.NET Core
|
|
dotnet/msbuild
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
|
|
Azure/azure-powershell
Microsoft Azure PowerShell
|
|
dotnet/aspire
Tools, templates, and packages to accelerate building observable, production-ready apps
|
|
xunit/xunit
xUnit.net is a free, open source, community-focused unit testing tool for .NET.
|
|
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.
|
|
hirschmann/nbfc
NoteBook FanControl
|
|
cairoshell/cairoshell
Cairo is a customizable, intuitive desktop environment for Windows.
|
|
dotnet/corert
This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
|
|
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.
|
Version | Downloads | Last updated |
---|---|---|
2.9.3 | 9,856,014 | 1/8/2025 |
2.9.2 | 20,926,622 | 9/27/2024 |
2.9.1 | 1,234,697 | 9/22/2024 |
2.9.0 | 16,933,012 | 7/8/2024 |
2.8.1 | 10,991,164 | 5/25/2024 |
2.8.0 | 6,456,231 | 4/27/2024 |
2.7.1 | 4,306,419 | 4/11/2024 |
2.7.0 | 13,956,508 | 2/16/2024 |
2.6.6 | 9,151,935 | 1/15/2024 |
2.6.5 | 2,448,098 | 1/5/2024 |
2.6.4 | 1,684,512 | 12/22/2023 |
2.6.3 | 2,760,302 | 12/9/2023 |
2.6.2 | 5,630,674 | 11/18/2023 |
2.6.1 | 4,913,536 | 11/2/2023 |
2.6.0 | 466,062 | 10/31/2023 |
2.5.3 | 11,767,862 | 10/16/2023 |
2.5.2 | 669,220 | 10/13/2023 |
2.5.2-pre.6 | 18,082 | 10/8/2023 |
2.5.2-pre.2 | 28,512 | 9/23/2023 |
2.5.1 | 4,572,615 | 9/18/2023 |
2.5.1-pre.33 | 9,530 | 9/10/2023 |
2.5.1-pre.26 | 25,155 | 9/2/2023 |
2.5.1-pre.20 | 63,073 | 8/7/2023 |
2.5.1-pre.12 | 55,161 | 7/21/2023 |
2.5.1-pre.11 | 2,027 | 7/21/2023 |
2.5.0 | 14,217,117 | 7/6/2023 |
2.5.0-pre.44 | 5,940 | 7/3/2023 |
2.5.0-pre.37 | 26,075 | 6/21/2023 |
2.5.0-pre.26 | 12,200 | 6/15/2023 |
2.5.0-pre.22 | 43,560 | 5/31/2023 |
2.5.0-pre.11 | 50,921 | 5/6/2023 |
2.4.2 | 106,346,784 | 8/1/2022 |
2.4.2-pre.27 | 58,462 | 7/24/2022 |
2.4.2-pre.12 | 1,115,927 | 10/3/2021 |
2.4.1 | 265,279,340 | 10/29/2018 |
2.4.1-pre.build.4071 | 23,079 | 10/7/2018 |
2.4.1-pre.build.4059 | 1,232,849 | 8/26/2018 |
2.4.0 | 79,750,045 | 7/17/2018 |
2.4.0-rc.2.build4045 | 6,489 | 7/13/2018 |
2.4.0-rc.1.build4038 | 24,233 | 7/2/2018 |
2.4.0-beta.2.build4010 | 279,724 | 5/29/2018 |
2.4.0-beta.1.build3958 | 202,875 | 2/12/2018 |
2.3.1 | 29,310,739 | 10/27/2017 |
2.3.1-rc2-build3844 | 18,734 | 10/20/2017 |
2.3.1-rc1-build3843 | 5,593 | 10/20/2017 |
2.3.0 | 1,517,389 | 10/6/2017 |
2.3.0-rc3-build3818 | 9,306 | 10/5/2017 |
2.3.0-rc2-build3812 | 6,744 | 10/4/2017 |
2.3.0-rc1-build3809 | 14,528 | 10/2/2017 |
2.3.0-beta5-build3769 | 302,536 | 9/1/2017 |
2.3.0-beta4-build3742 | 172,888 | 8/14/2017 |
2.3.0-beta3-build3705 | 213,538 | 6/8/2017 |
2.3.0-beta2-build3683 | 263,286 | 5/9/2017 |
2.3.0-beta1-build3642 | 148,838 | 4/6/2017 |
2.2.0 | 11,606,793 | 2/20/2017 |
2.2.0-rc4-build3536 | 9,906 | 2/18/2017 |
2.2.0-rc3-build3528 | 66,519 | 2/16/2017 |
2.2.0-rc2-build3523 | 22,473 | 2/13/2017 |
2.2.0-rc1-build3507 | 8,799 | 2/12/2017 |
2.2.0-beta5-build3474 | 526,636 | 1/16/2017 |
2.2.0-beta4-build3444 | 673,183 | 11/6/2016 |
2.2.0-beta3-build3402 | 108,632 | 10/5/2016 |
2.2.0-beta2-build3300 | 3,015,083 | 6/27/2016 |
2.2.0-beta1-build3239 | 80,843 | 12/20/2015 |
2.1.0 | 8,071,003 | 9/27/2015 |
2.1.0-rc2-build3176 | 11,985 | 9/20/2015 |
2.1.0-rc1-build3168 | 29,506 | 9/6/2015 |
2.1.0-beta4-build3109 | 33,366 | 8/5/2015 |
2.1.0-beta3-build3029 | 26,197 | 6/30/2015 |
2.1.0-beta2-build2981 | 24,418 | 5/3/2015 |
2.1.0-beta1-build2945 | 18,446 | 3/21/2015 |
2.0.0 | 2,356,245 | 3/16/2015 |
2.0.0-rc4-build2924 | 12,977 | 3/9/2015 |
2.0.0-rc3-build2880 | 15,298 | 2/23/2015 |
2.0.0-rc2-build2857 | 8,469 | 2/17/2015 |
2.0.0-rc1-build2826 | 16,595 | 1/20/2015 |
2.0.0-beta5-build2785 | 46,304 | 11/20/2014 |
2.0.0-beta4-build2738 | 21,238 | 8/10/2014 |
2.0.0-beta-build2700 | 5,811 | 6/30/2014 |
2.0.0-beta-build2650 | 5,861 | 4/29/2014 |
2.0.0-beta-build2616 | 7,255 | 3/22/2014 |
2.0.0-alpha-build2606 | 4,214 | 3/16/2014 |
2.0.0-alpha-build2595 | 4,478 | 3/9/2014 |
2.0.0-alpha-build2576 | 12,998 | 1/19/2014 |
2.0.0-alpha-build2569 | 3,987 | 1/17/2014 |
2.0.0-alpha-build2562 | 4,244 | 1/3/2014 |
2.0.0-alpha-build2552 | 4,161 | 12/8/2013 |
2.0.0-alpha-build2548 | 4,653 | 11/25/2013 |