xunit.v3 3.0.0-pre.25

Prefix Reserved
This is a prerelease version of xunit.v3.
There is a newer version of this package available.
See the version list below for details.
dotnet add package xunit.v3 --version 3.0.0-pre.25
                    
NuGet\Install-Package xunit.v3 -Version 3.0.0-pre.25
                    
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.v3" Version="3.0.0-pre.25" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="xunit.v3" Version="3.0.0-pre.25" />
                    
Directory.Packages.props
<PackageReference Include="xunit.v3" />
                    
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.v3 --version 3.0.0-pre.25
                    
#r "nuget: xunit.v3, 3.0.0-pre.25"
                    
#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.v3@3.0.0-pre.25
                    
#: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.v3&version=3.0.0-pre.25&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=xunit.v3&version=3.0.0-pre.25&prerelease
                    
Install as a Cake Tool

xUnit.net v3

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. Supports .NET Framework 4.7.2 or later and .NET 8 or later.

Installing this package installs xunit.v3.core, xunit.v3.assert, and xunit.analyzers.

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.

Powered by NDepend

Latest Builds

Stable Latest CI (how to use) Build status
v3 core framework alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image
v2 core framework alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image
xunit.analyzers alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image
xunit.runner.visualstudio alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

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

Sponsors

Help support this project by becoming a sponsor through GitHub Sponsors.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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 Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (14)

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

Package Downloads
Rystem.Test.XUnit

Rystem is a open-source framework to improve the System namespace in .Net

FsUnit.xUnit

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

Sitko.Core.Xunit

Sitko.Core is a set of libraries to help build .NET Core applications fast

Yextly.Xunit.v3

XUnit utilities

Fuxion.Xunit

Fuxion Xunit

GitHub repositories (133)

Showing the top 20 popular GitHub repositories that depend on xunit.v3:

Repository Stars
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
dotnet/wpf
WPF is a .NET Core UI framework for building Windows desktop applications.
RicoSuter/NSwag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
StackExchange/StackExchange.Redis
General purpose redis client
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
FastEndpoints/FastEndpoints
A light-weight REST API development framework for ASP.NET 8 and newer.
domaindrivendev/Swashbuckle.AspNetCore
Swagger tools for documenting API's built on ASP.NET Core
akkadotnet/akka.net
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
dotnet/aspire
Tools, templates, and packages to accelerate building observable, production-ready apps
microsoft/fluentui-blazor
Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
Cysharp/ZLinq
Zero allocation LINQ with LINQ to Span, LINQ to SIMD, and LINQ to Tree (FileSystem, JSON, GameObject, etc.) for all .NET platforms and Unity, Godot.
sebastienros/jint
Javascript Interpreter for .NET
dotnet/Open-XML-SDK
Open XML SDK by Microsoft
Cysharp/MagicOnion
Unified Realtime/API framework for .NET platform and Unity.
kerryjiang/SuperSocket
SuperSocket is a high-performance, extensible socket server application framework for .NET. It provides a robust architecture for building custom network communication applications with support for multiple protocols including TCP, UDP, and WebSocket.
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
cake-build/cake
:cake: Cake (C# Make) is a cross platform build automation system.
MvvmCross/MvvmCross
The .NET MVVM framework for cross-platform solutions, including Android, iOS, MacCatalyst, macOS, tvOS, WPF, WinUI
TheJoeFin/Text-Grab
Use OCR in Windows quickly and easily with Text Grab. With optional background process and notifications.
Version Downloads Last Updated
3.2.0-pre.10 819 9/15/2025
3.2.0-pre.5 696 9/5/2025
3.0.1 467,196 8/16/2025
3.0.0 470,978 7/14/2025
3.0.0-pre.40 1,492 7/6/2025
3.0.0-pre.25 6,219 6/16/2025
3.0.0-pre.15 1,146 6/8/2025
2.0.3 653,828 6/7/2025
2.0.2 1,212,065 5/3/2025
2.0.1 816,327 4/5/2025
2.0.0 668,208 3/1/2025
1.1.0 1,045,188 2/7/2025
1.0.1 515,987 1/10/2025
1.0.0 241,212 12/16/2024
0.7.0-pre.15 10,147 11/30/2024
0.6.0-pre.7 81,311 11/8/2024
0.5.0-pre.27 16,149 10/18/2024
0.4.0-pre.20 50,271 9/22/2024
0.3.0-pre.18 18,025 8/31/2024
0.2.0-pre.69 13,726 7/31/2024