xunit.v3.extensibility.core
2.0.3
Prefix Reserved
See the version list below for details.
dotnet add package xunit.v3.extensibility.core --version 2.0.3
NuGet\Install-Package xunit.v3.extensibility.core -Version 2.0.3
<PackageReference Include="xunit.v3.extensibility.core" Version="2.0.3" />
<PackageVersion Include="xunit.v3.extensibility.core" Version="2.0.3" />
<PackageReference Include="xunit.v3.extensibility.core" />
paket add xunit.v3.extensibility.core --version 2.0.3
#r "nuget: xunit.v3.extensibility.core, 2.0.3"
#:package xunit.v3.extensibility.core@2.0.3
#addin nuget:?package=xunit.v3.extensibility.core&version=2.0.3
#tool nuget:?package=xunit.v3.extensibility.core&version=2.0.3
xUnit.net v3 [Core Unit Testing Framework Extensibility]
Includes the core library (xunit.v3.core.dll), to be used for extensibility; test authors should include xunit.v3.core instead. Supports .NET Standard 2.0.
About xUnit.net
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.
- New to xUnit.net? Get started with .NET Framework, .NET Core, and devices.
- Need some help building the source? See BUILDING.md.
- Want to contribute to the project? See CONTRIBUTING.md.
- Want to contribute to the assertion library? See the suggested contribution workflow in the assertion library project, as it is slightly more complex due to code being spread across two GitHub repositories.
Latest Builds
Stable | Latest CI (how to use) | Build status | |
---|---|---|---|
v3 core framework | |||
v2 core framework | |||
xunit.analyzers | |||
xunit.runner.visualstudio |
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 | 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | 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 | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- xunit.v3.common (= 2.0.3)
NuGet packages (69)
Showing the top 5 NuGet packages that depend on xunit.v3.extensibility.core:
Package | Downloads |
---|---|
Xunit.DependencyInjection
Use Microsoft.Extensions.DependencyInjection to inject xunit testclass. If you want write Microsoft.Extensions.Logging to ITestOutputHelper, please install Xunit.DependencyInjection.Logging. Release notes: 11.0: C# 14, Downgrade Microsoft.Extensions.Hosting to 8.0. 10.8: Add CreateHostApplicationBuilder method. 10.7: Update xunit.v3 to 3.0.1, does not set ApplicationName if it is already configured. 10.6: Update xunit.v3 to 3.0.0. 10.5: Improve compatibility with top level statements. 10.4: Fix #146. 10.3: Update xunit.v3 to 2.0.0. 10.2: Fix some parallelization problem. 10.1: Allow the default startup to be missing anywhere. 10.0: Upgrade xunit to v3. |
|
xunit.v3.core
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. |
|
xunit.v3.runner.inproc.console
In-process console runner for xUnit.net framework, providing the entrypoint for self-executing unit tests. Supports .NET Framework 4.7.2 or later and .NET 8 or later. |
|
Xunit.Combinatorial
Adds pairwise and combinatorial testing to Xunit. When combined with Xunit's [Theory] attribute, generates test cases that run a test under many conditions that you control via test method parameters. |
|
Xunit.StaFact
Run your xunit-based tests on an STA thread with the WPF Dispatcher, a WinForms SynchronizationContext, or even a cross-platform generic UI thread emulation with a SynchronizationContext that keeps code running on a "main thread" for that test. Simply use [WpfFact], [WinFormsFact], [StaFact] or the cross-platform [UIFact] on your test method to run your test under conditions that most closely match the main thread in your application. Theory variants of these attributes allow for parameterized testing. Check out the xunit.combinatorial nuget package for pairwise or combinatorial testing with theories. |
GitHub repositories (30)
Showing the top 20 popular GitHub repositories that depend on xunit.v3.extensibility.core:
Repository | Stars |
---|---|
dotnet/yarp
A toolkit for developing high-performance HTTP reverse proxy applications.
|
|
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
|
|
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.
|
|
thomhurst/TUnit
A modern, fast and flexible .NET testing framework
|
|
VerifyTests/Verify
Verify is a snapshot testing tool that simplifies the assertion of complex data models and documents.
|
|
microsoft/playwright-dotnet
.NET version of the Playwright testing and automation library.
|
|
microsoft/mcp
Catalog of official Microsoft MCP (Model Context Protocol) server implementations for AI-powered data access and tool integration
|
|
Azure/azure-mcp
The Azure MCP Server, bringing the power of Azure to your agents.
|
|
SteeltoeOSS/Steeltoe
.NET Components for Externalized Configuration, Database Connectors, Service Discovery, Logging and Distributed Tracing, Application Management, Security, and more.
|
|
meziantou/Meziantou.Framework
|
|
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
|
|
jbe2277/waf
Win Application Framework (WAF) is a lightweight Framework that helps you to create well structured XAML Applications.
|
|
dotnet/Nerdbank.Streams
Specialized .NET Streams and pipes for full duplex in-proc communication, web sockets, and multiplexing
|
|
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)
|
Version | Downloads | Last Updated |
---|---|---|
3.2.0-pre.10 | 2,051 | 9/15/2025 |
3.2.0-pre.5 | 1,767 | 9/5/2025 |
3.0.1 | 535,671 | 8/16/2025 |
3.0.0 | 576,734 | 7/14/2025 |
3.0.0-pre.40 | 1,620 | 7/6/2025 |
3.0.0-pre.25 | 6,325 | 6/16/2025 |
3.0.0-pre.15 | 1,310 | 6/8/2025 |
2.0.3 | 762,664 | 6/7/2025 |
2.0.2 | 1,342,872 | 5/3/2025 |
2.0.1 | 975,869 | 4/5/2025 |
2.0.0 | 1,916,456 | 3/1/2025 |
1.1.0 | 1,179,244 | 2/7/2025 |
1.0.1 | 639,226 | 1/10/2025 |
1.0.0 | 939,298 | 12/16/2024 |
0.7.0-pre.15 | 10,592 | 11/30/2024 |
0.6.0-pre.7 | 94,568 | 11/8/2024 |
0.5.0-pre.27 | 17,572 | 10/18/2024 |
0.4.0-pre.20 | 51,515 | 9/22/2024 |
0.3.0-pre.18 | 18,052 | 8/31/2024 |
0.2.0-pre.69 | 16,567 | 7/31/2024 |