VOOZH about

URL: https://www.nuget.org/packages/xunit.v3.core/3.0.0-pre.15

⇱ NuGet Gallery | xunit.v3.core 3.0.0-pre.15




👁 Image
xunit.v3.core 3.0.0-pre.15

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

xUnit.net v3 [Core Unit Testing Framework]

Includes the core library (xunit.v3.core.dll), to be used for writing tests; extensibility authors should include xunit.v3.extensibility.core instead. Supports .NET Framework 4.7.2 or later and .NET 8 or later.

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 Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Framework net472 net472 is compatible.  net48 net48 was computed.  net481 net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

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

Package Downloads
Xunit.DependencyInjection.xRetry

Support xRetry. public void ConfigureServices(IServiceCollection services) { services.AddXRetrySupport(); }

xunit.v3.extensions.ordering

Ordering extensions for xUnit.net v3. Provides test method, class, and collection ordering via [Order] attribute.

GitHub repositories (12)

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

Repository Stars
fluentassertions/fluentassertions
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, as well as .NET Core 2.1, .NET Core 3.0, .NET 6, .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.
dotnet/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
AwesomeAssertions/AwesomeAssertions
A fork of FluentAssertions controlled by the community.
dotnet/arcade
Tools that provide common build infrastructure for multiple .NET Foundation projects.
xunit/samples.xunit
Samples for xUnit.net (please open issues in https://github.com/xunit/xunit)
Tapanila/SharpCaster
Chromecast C# CLI + SDK
wieslawsoltes/Xaml.Behaviors
Xaml Behaviors for Avalonia
pine-vm/pine
Cross-platform runtime environment for the Elm programming language.
xunit/xunit.analyzers
Roslyn analyzers for xUnit.net (please open issues in https://github.com/xunit/xunit)
aws/aws-sdk-net
The official AWS SDK for .NET. For more information on the AWS SDK for .NET, see our web site:
newrelic/newrelic-dotnet-agent
The New Relic .NET language agent.
Version Downloads Last Updated
4.0.0-pre.128 133 5/31/2026
4.0.0-pre.108 565 5/2/2026
4.0.0-pre.81 3,867 4/12/2026
4.0.0-pre.33 222 3/25/2026
3.2.2 459,091 1/14/2026
3.2.1 199,854 11/28/2025
3.2.0 121,957 11/2/2025
3.1.0 1,908,592 9/27/2025
3.0.1 2,149,354 8/16/2025
3.0.0 1,460,209 7/14/2025
3.0.0-pre.40 1,674 7/6/2025
3.0.0-pre.25 8,320 6/16/2025
3.0.0-pre.15 1,926 6/8/2025
2.0.3 1,407,097 6/7/2025
2.0.2 2,058,357 5/3/2025
2.0.1 1,189,358 4/5/2025
2.0.0 1,450,639 3/1/2025
1.1.0 1,865,397 2/7/2025
Loading failed