Skip to main content
xunit avatar

xunit

NuGet publisher profile

Packages
58
Total Downloads
9.4B
9,403,032,351

Packages (58)

xunit.extensibility.core package icon

xunit.extensibility.core

Includes xunit.core.dll for extensibility purposes. Supports .NET 4.5.2 or later, and .NET Standard 1.1.

1.3B
downloads
xunit.extensibility.execution package icon

xunit.extensibility.execution

Includes xunit.execution.*.dll for extensibility purposes. Supports .NET 4.5.2 or later, and .NET Standard 1.1.

1.2B
downloads
xunit.core package icon

xunit.core

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

1.1B
downloads
xunit.abstractions package icon

xunit.abstractions

Common abstractions used to exchange information between xUnit.net and version-independent runners (xunit.abstractions.dll).

1.1B
downloads
xunit.assert package icon

xunit.assert

Includes the assertion library from xUnit.net (xunit.assert.dll). Supports .NET Standard 1.1+ and .NET 6.0+.

1.1B
downloads
xunit.runner.visualstudio package icon

xunit.runner.visualstudio

Visual Studio 2022+ Test Explorer runner for the xUnit.net framework. Capable of running xUnit.net v1, v2, and v3 tests. Supports .NET 4.7.2 or later, and .NET 8 or later.

1.1B
downloads
xunit package icon

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.

1.0B
downloads
xunit.analyzers package icon

xunit.analyzers

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 provides code analyzers to help developers find and fix frequent issues when writing tests and xUnit.net extensibility code.

1.0B
downloads
xunit.v3.extensibility.core package icon

xunit.v3.extensibility.core

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 or later.

65.8M
downloads
xunit.v3.common package icon

xunit.v3.common

Includes common code shared between xunit.v3.core and xunit.v3.runner.common (xunit.v3.common.dll). Supports .NET Standard 2.0 or later.

64.9M
downloads
xunit.runner.console package icon

xunit.runner.console

Console runner for the xUnit.net framework. Capable of running xUnit.net v1.9.2 and v2.0+ tests. Supports .NET 4.5.2 or later, .NET Core 1.x, and .NET Core 2.x.

63.1M
downloads
xunit.v3.assert package icon

xunit.v3.assert

Includes the assertion library from xUnit.net (xunit.v3.assert.dll). Supports .NET Standard 2.0 or later, and .NET 8 or later.

54.1M
downloads
xunit.v3.runner.common package icon

xunit.v3.runner.common

Includes common code shared between in-process runners (like xunit.v3.runner.inproc.console) and xunit.v3.runner.utility (used by 1st and 3rd party external runners). Supports .NET Standard 2.0 or later.

52.7M
downloads
xunit.v3.runner.inproc.console package icon

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.

52.2M
downloads
xunit.v3 package icon

xunit.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.mtp-v2.

45.9M
downloads
dotnet-xunit package icon

dotnet-xunit

.NET CLI SDK runner for the xUnit.net framework. Supports .NET 4.5.2 or later, .NET Core 1.x, and .NET Core 2.x.

45.6M
downloads
xunit.v3.core.mtp-v1 package icon

xunit.v3.core.mtp-v1

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

28.5M
downloads
xunit.v3.mtp-v1 package icon

xunit.v3.mtp-v1

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.mtp-v1, xunit.v3.assert, and xunit.analyzers.

28.2M
downloads
xunit.runner.utility package icon

xunit.runner.utility

Includes the version-independent runner for xUnit.net to run both v1.9.2 and v2.0+ tests (xunit.runner.utility.*.dll). Supports .NET 3.5, .NET 4.5.2 or later, .NET Standard 1.1, .NET Standard 1.5, and .NET Core 1.0 or later.

23.7M
downloads
xunit.v3.core package icon

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. Includes support for Microsoft.Testing.Platform v2. Supports .NET Framework 4.7.2 or later, and .NET 8 or later. Installing this package installs xunit.v3.core.mtp-v2.

18.2M
downloads
xunit.v3.core.mtp-v2 package icon

xunit.v3.core.mtp-v2

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

6.9M
downloads
xunit.v3.mtp-v2 package icon

xunit.v3.mtp-v2

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.mtp-v2, xunit.v3.assert, and xunit.analyzers.

6.7M
downloads
xunit.runner.reporters package icon

xunit.runner.reporters

Includes runner reporters for TeamCity, AppVeyor, Verbose and Quiet output for test runners. Supports .NET 4.5.2 or later, .NET Standard 1.1, .NET Standard 1.5, and .NET Core 1.0 or later.

5.6M
downloads
xunit.runner.msbuild package icon

xunit.runner.msbuild

MSBuild runner for the xUnit.net framework. Capable of running xUnit.net v1.9.2 and v2.0+ tests. Supports .NET 4.5.2 or later.

4.7M
downloads
xunit.extensions package icon

xunit.extensions

NOTE: This empty package exists to assist users upgrading from xUnit.net v1.x to v2.x.

3.7M
downloads
xunit.runners package icon

xunit.runners

NOTE: This empty package exists to assist users upgrading from xUnit.net v1.x to v2.x.

2.0M
downloads
xunit.v3.runner.utility package icon

xunit.v3.runner.utility

Includes the version-independent runner for xUnit.net to run all of v1, v2, and v3 tests (xunit.v3.runner.utility.*.dll). Supports .NET Framework 4.7.2 or later, and .NET 8 or later.

1.5M
downloads
xunit.assert.source package icon

xunit.assert.source

Includes the current assertion library from xUnit.net, as source into your project. Supports any platform(s) compatible with .NET Standard 1.1.

1.0M
downloads
xunit.console package icon

xunit.console

.NET Core console runner, as a linkable library, for runner authors. For running tests, please use xunit.runner.console instead.

881.6K
downloads
xunit.v3.runner.console package icon

xunit.v3.runner.console

Console runner for the xUnit.net framework. Capable of running xUnit.net v1, v2, and v3 tests. Requires .NET Framework 4.7.2 or later.

752.7K
downloads
xunit.runner.devices package icon

xunit.runner.devices

Includes support for running xUnit.net v2 tests on iOS, Android, and UWP devices

669.6K
downloads
xunit.v3.mtp-off package icon

xunit.v3.mtp-off

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.mtp-off, xunit.v3.assert, and xunit.analyzers.

480.1K
downloads
xunit.v3.core.mtp-off package icon

xunit.v3.core.mtp-off

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

479.8K
downloads
xunit.v3.runner.msbuild package icon

xunit.v3.runner.msbuild

MSBuild runner for the xUnit.net framework. Capable of running xUnit.net v1, v2, and v3 tests; when using dotnet msbuild, only v3 tests are supported. Supports .NET Framework 4.7.2 or later, and .NET 8 or later.

140.0K
downloads
xunit.v3.assert.source package icon

xunit.v3.assert.source

Includes the current assertion library from xUnit.net, as source into your project. Supports any platform(s) compatible with .NET Standard 2.0 and C# 7.3. For more information on consumption, please see https://github.com/xunit/assert.xunit/blob/2fe0bb3f20e0179cd58486b6ef4f6322cf2ccf47/README.md

138.7K
downloads
xunit.v3.templates package icon

xunit.v3.templates

Includes templates for use with 'dotnet new' for creating xUnit.net v3 unit test projects and extension projects.

51.7K
downloads
xunit.v3.assert.aot package icon

xunit.v3.assert.aot

Includes the assertion library from xUnit.net (xunit.v3.assert.aot.dll). Supports .NET 9 or later.

16.9K
downloads
xunit.v3.common.aot package icon

xunit.v3.common.aot

Includes common code shared between xunit.v3.core.aot and xunit.v3.runner.common.aot (xunit.v3.common.aot.dll). Supports .NET 9 or later.

16.5K
downloads
xunit.v3.extensibility.core.aot package icon

xunit.v3.extensibility.core.aot

Includes the core library (xunit.v3.core.aot.dll), to be used for extensibility; test authors should include xunit.v3.core.aot instead. Supports .NET 9 or later.

16.3K
downloads
xunit.v3.runner.common.aot package icon

xunit.v3.runner.common.aot

Includes common code shared between in-process runners (like xunit.v3.runner.inproc.console) and xunit.v3.runner.utility (used by 1st and 3rd party external runners). Supports .NET Standard 2.0 or later.

14.9K
downloads
xunit.v3.runner.inproc.console.aot package icon

xunit.v3.runner.inproc.console.aot

In-process console runner for xUnit.net framework, providing the entrypoint for self-executing unit tests. Supports .NET 9 or later.

14.8K
downloads
xunit.v3.aot.mtp-v2 package icon

xunit.v3.aot.mtp-v2

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 9 or later. Installing this package installs xunit.v3.core.aot.mtp-v2, xunit.v3.assert.aot, and xunit.analyzers.

14.7K
downloads
xunit.v3.core.aot.mtp-v2 package icon

xunit.v3.core.aot.mtp-v2

Includes the core library (xunit.v3.core.aot.dll), to be used for writing tests; extensibility authors should include xunit.v3.extensibility.core.aot instead. Does not support Microsoft.Testing.Platform. Supports .NET 9 or later.

14.4K
downloads
xunit.v3.aot package icon

xunit.v3.aot

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 9 or later. Installing this package installs xunit.v3.aot.mtp-v2.

2.9K
downloads
xunit.v3.core.aot package icon

xunit.v3.core.aot

Includes the core library (xunit.v3.core.aot.dll), to be used for writing tests; extensibility authors should include xunit.v3.extensibility.core.aot instead. Includes support for Microsoft.Testing.Platform v2. Supports .NET 9 or later. Installing this package installs xunit.v3.core.aot.mtp-v2.

1.5K
downloads
xunit-console-tool package icon

xunit-console-tool

xunit.v3.runner.console, provided as a dotnet tool ('xunit-console'). Supports Windows (on x86, x64, and Arm), Linux (on x64, AArch32, and AArch64), and macOS (on Intel and Apple Silicon).

1.4K
downloads
xunit.v3.aot.mtp-off package icon

xunit.v3.aot.mtp-off

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 9 or later. Installing this package installs xunit.v3.core.aot.mtp-off, xunit.v3.assert.aot, and xunit.analyzers.

1.3K
downloads
xunit.v3.runner.utility.aot package icon

xunit.v3.runner.utility.aot

Includes the version-independent runner for xUnit.net v3 tests (xunit.v3.runner.utility.aot.dll). Supports .NET 9 or later.

723
downloads
xunit-console-tool.win-x64 package icon

xunit-console-tool.win-x64

xunit.v3.runner.console, provided as a dotnet tool ('xunit-console'), for Windows on x64. Capable of running v3 test projects (.NET and .NET Framework), as well as v1 and v2 .NET Framework test projects (run under .NET Framework 4.7.2). For additional options for v1 and v2 .NET Framework test projects, see the xunit.v3.runner.console NuGet package.

662
downloads
xunit-console-tool.linux-x64 package icon

xunit-console-tool.linux-x64

xunit.v3.runner.console, provided as a dotnet tool ('xunit-console'), for Linux on x64. Capable of running v3 .NET test projects only. v1 and v2 test projects are not supported, and v3 .NET Framework test projects are not officially supported (but may run if Mono is installed). For v1 and v2 .NET Framework test projects, see the xunit.v3.runner.console NuGet package.

660
downloads
xunit-console-tool.linux-arm package icon

xunit-console-tool.linux-arm

xunit.v3.runner.console, provided as a dotnet tool ('xunit-console'), for Linux on AArch32. Capable of running v3 .NET test projects only. Neither .NET Framework nor v1/v2 test projects are supported.

641
downloads
xunit-console-tool.osx-x64 package icon

xunit-console-tool.osx-x64

xunit.v3.runner.console, provided as a dotnet tool ('xunit-console'), for macOS on Intel. Capable of running v3 .NET test projects only. Neither .NET Framework nor v1/v2 test projects are supported.

633
downloads
xunit.v3.core.aot.mtp-off package icon

xunit.v3.core.aot.mtp-off

Includes the core library (xunit.v3.core.aot.dll), to be used for writing tests; extensibility authors should include xunit.v3.extensibility.core.aot instead. Does not support Microsoft.Testing.Platform. Supports .NET 9 or later.

622
downloads
xunit-console-tool.win-x86 package icon

xunit-console-tool.win-x86

xunit.v3.runner.console, provided as a dotnet tool ('xunit-console'), for Windows on x86. Capable of running v3 test projects (.NET and .NET Framework), as well as v1 and v2 .NET Framework test projects (run under .NET Framework 4.7.2). For additional options for v1 and v2 .NET Framework test projects, see the xunit.v3.runner.console NuGet package.

607
downloads
xunit-console-tool.osx-arm64 package icon

xunit-console-tool.osx-arm64

xunit.v3.runner.console, provided as a dotnet tool ('xunit-console'), for macOS on Apple Silicon. Capable of running v3 .NET test projects only. Neither .NET Framework nor v1/v2 test projects are supported.

602
downloads
xunit-console-tool.linux-arm64 package icon

xunit-console-tool.linux-arm64

xunit.v3.runner.console, provided as a dotnet tool ('xunit-console'), for Linux on AArch64. Capable of running v3 .NET test projects only. Neither .NET Framework nor v1/v2 test projects are supported.

592
downloads
xunit-console-tool.win-arm64 package icon

xunit-console-tool.win-arm64

xunit.v3.runner.console, provided as a dotnet tool ('xunit-console'), for Windows on Arm. Capable of running v3 .NET test projects only. Neither .NET Framework nor v1/v2 test projects are supported.

581
downloads
xunit.v3.generatorutility package icon

xunit.v3.generatorutility

Includes the current source generation utility classes from xUnit.net, as source into your project. Supports any platform(s) compatible with .NET Standard 2.0 and C# 9.

553
downloads