xunit.runner.console
2.6.4
Prefix Reserved
See the version list below for details.
Requires NuGet 2.12 or higher.
dotnet add package xunit.runner.console --version 2.6.4
NuGet\Install-Package xunit.runner.console -Version 2.6.4
<PackageReference Include="xunit.runner.console" Version="2.6.4"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add xunit.runner.console --version 2.6.4
#r "nuget: xunit.runner.console, 2.6.4"
// Install xunit.runner.console as a Cake Addin #addin nuget:?package=xunit.runner.console&version=2.6.4 // Install xunit.runner.console as a Cake Tool #tool nuget:?package=xunit.runner.console&version=2.6.4
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 and .NET Core.
- 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
<table> <thead> <tr> <th></th> <th>Stable</th> <th>Latest CI</th> <th>Build status</th> </tr> </thead> <tbody> <tr> <th>v2 core framework</th> <td><a href="https://www.nuget.org/packages/xunit"><img src="https://img.shields.io/nuget/v/xunit.svg?logo=nuget"></a></td> <td><a href="https://feedz.io/org/xunit/repository/xunit/packages/xunit"><img src="https://img.shields.io/badge/endpoint.svg?url=https%3A%2F%2Ff.feedz.io%2Fxunit%2Fxunit%2Fshield%2Fxunit%2Flatest"></td> <td><a href="https://actions-badge.atrox.dev/xunit/xunit/goto?ref=v2"><img src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fxunit%2Fxunit%2Fbadge%3Fref%3Dv2&label=build"></td> <tr> <tr> <th>v3 core framework (<a href="https://xunit.net/docs/v3-alpha">alpha docs</a>)</th> <td>N/A</td> <td><a href="https://feedz.io/org/xunit/repository/xunit/packages/xunit.v3"><img src="https://img.shields.io/badge/endpoint.svg?url=https%3A%2F%2Ff.feedz.io%2Fxunit%2Fxunit%2Fshield%2Fxunit.v3%2Flatest"></td> <td><a href="https://actions-badge.atrox.dev/xunit/xunit/goto?ref=main"><img src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fxunit%2Fxunit%2Fbadge%3Fref%3Dmain&label=build"></td> <tr> <tr> <th>xunit.analyzers</th> <td><a href="https://www.nuget.org/packages/xunit.analyzers"><img src="https://img.shields.io/nuget/v/xunit.analyzers.svg?logo=nuget"></a></td> <td><a href="https://feedz.io/org/xunit/repository/xunit/packages/xunit.analyzers"><img src="https://img.shields.io/badge/endpoint.svg?url=https%3A%2F%2Ff.feedz.io%2Fxunit%2Fxunit%2Fshield%2Fxunit.analyzers%2Flatest"></a></td> <td><a href="https://actions-badge.atrox.dev/xunit/xunit.analyzers/goto?ref=main"><img src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fxunit%2Fxunit.analyzers%2Fbadge%3Fref%3Dmain&label=build"></a></td> </tr> <tr> <th>xunit.runner.visualstudio</th> <td><a href="https://www.nuget.org/packages/xunit.runner.visualstudio"><img src="https://img.shields.io/nuget/v/xunit.runner.visualstudio.svg?logo=nuget"></a></td> <td><a href="https://feedz.io/org/xunit/repository/xunit/packages/xunit.runner.visualstudio"><img src="https://img.shields.io/badge/endpoint.svg?url=https%3A%2F%2Ff.feedz.io%2Fxunit%2Fxunit%2Fshield%2Fxunit.runner.visualstudio%2Flatest"></a></td> <td><a href="https://actions-badge.atrox.dev/xunit/xunit.runner.visualstudio/goto?ref=main"><img src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fxunit%2Fvisualstudio.xunit%2Fbadge%3Fref%3Dmain&label=build"></a></td> </tr> </tbody> </table>
For complete CI package lists, please visit the feedz.io package search. A free login is required.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (8)
Showing the top 5 NuGet packages that depend on xunit.runner.console:
Package | Downloads |
---|---|
Kasp.Test
some tools for fast developing back-end. |
|
Carbon.Kit.TestFramework
Provides interfaces, abstractions and common functions to support creating Unit Testing Frameworks. |
|
ReactiveDomain.Testing
Package includes ReactiveDomain assemblies needed for unit testing |
|
Coola.VisualStudioServices.SimpleContinousIntegration
Simple continous integration library for Visual Studio Services from Microsoft |
|
MSBuild.AlbanianXrm.Coverage
This task is intended to work with zero configuration but is fully configurable. You simply add the test projects as a Project Reference and it generates the output using ReportGenerator. |
GitHub repositories (187)
Showing the top 5 popular GitHub repositories that depend on xunit.runner.console:
Repository | Stars |
---|---|
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 8.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
|
|
MahApps/MahApps.Metro
A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
|
|
mbdavid/LiteDB
LiteDB - A .NET NoSQL Document Store in a single data file
|
Version | Downloads | Last updated |
---|---|---|
2.9.2 | 163,725 | 9/27/2024 |
2.9.1 | 30,891 | 9/22/2024 |
2.9.0 | 425,901 | 7/8/2024 |
2.8.1 | 273,945 | 5/25/2024 |
2.8.0 | 119,965 | 4/27/2024 |
2.7.1 | 190,367 | 4/11/2024 |
2.7.0 | 332,330 | 2/16/2024 |
2.6.6 | 258,163 | 1/15/2024 |
2.6.5 | 64,883 | 1/5/2024 |
2.6.4 | 47,307 | 12/22/2023 |
2.6.3 | 146,757 | 12/9/2023 |
2.6.2 | 247,483 | 11/18/2023 |
2.6.1 | 134,067 | 11/2/2023 |
2.6.0 | 21,173 | 10/31/2023 |
2.5.3 | 115,163 | 10/16/2023 |
2.5.2 | 15,660 | 10/13/2023 |
2.5.2-pre.6 | 1,119 | 10/8/2023 |
2.5.2-pre.2 | 690 | 9/23/2023 |
2.5.1 | 192,016 | 9/18/2023 |
2.5.1-pre.33 | 246 | 9/10/2023 |
2.5.1-pre.26 | 261 | 9/2/2023 |
2.5.1-pre.20 | 4,193 | 8/7/2023 |
2.5.1-pre.12 | 747 | 7/21/2023 |
2.5.1-pre.11 | 144 | 7/21/2023 |
2.5.0 | 555,522 | 7/6/2023 |
2.5.0-pre.44 | 195 | 7/3/2023 |
2.5.0-pre.37 | 330 | 6/21/2023 |
2.5.0-pre.26 | 743 | 6/15/2023 |
2.5.0-pre.22 | 462 | 5/31/2023 |
2.5.0-pre.11 | 2,241 | 5/6/2023 |
2.4.2 | 3,739,583 | 8/1/2022 |
2.4.2-pre.27 | 3,820 | 7/24/2022 |
2.4.2-pre.12 | 59,319 | 10/3/2021 |
2.4.1 | 26,393,359 | 10/29/2018 |
2.4.1-pre.build.4071 | 7,751 | 10/7/2018 |
2.4.1-pre.build.4059 | 1,000,635 | 8/26/2018 |
2.4.0 | 2,347,954 | 7/17/2018 |
2.4.0-rc.2.build4045 | 1,046 | 7/13/2018 |
2.4.0-rc.1.build4038 | 4,800 | 7/2/2018 |
2.4.0-beta.2.build4010 | 177,893 | 5/29/2018 |
2.4.0-beta.1.build3958 | 64,544 | 2/12/2018 |
2.3.1 | 3,753,407 | 10/27/2017 |
2.3.1-rc2-build3844 | 4,379 | 10/20/2017 |
2.3.1-rc1-build3843 | 3,312 | 10/20/2017 |
2.3.0 | 774,901 | 10/6/2017 |
2.3.0-rc3-build3818 | 3,353 | 10/5/2017 |
2.3.0-rc2-build3812 | 3,102 | 10/4/2017 |
2.3.0-rc1-build3809 | 8,280 | 10/2/2017 |
2.3.0-beta5-build3769 | 26,306 | 9/1/2017 |
2.3.0-beta4-build3742 | 27,861 | 8/14/2017 |
2.3.0-beta3-build3705 | 23,482 | 6/8/2017 |
2.3.0-beta1-build3642 | 74,662 | 4/6/2017 |
2.2.0 | 1,709,957 | 2/20/2017 |
2.2.0-rc4-build3536 | 3,267 | 2/18/2017 |
2.2.0-rc3-build3528 | 4,015 | 2/16/2017 |
2.2.0-rc2-build3523 | 4,060 | 2/13/2017 |
2.2.0-rc1-build3507 | 3,256 | 2/12/2017 |
2.2.0-beta5-build3474 | 20,867 | 1/16/2017 |
2.2.0-beta4-build3444 | 261,665 | 11/6/2016 |
2.2.0-beta3-build3402 | 15,446 | 10/5/2016 |
2.2.0-beta2-build3300 | 480,220 | 6/27/2016 |
2.2.0-beta1-build3239 | 72,567 | 12/20/2015 |
2.1.0 | 2,083,039 | 9/27/2015 |
2.1.0-rc2-build3176 | 3,968 | 9/20/2015 |
2.1.0-rc1-build3168 | 6,933 | 9/6/2015 |
2.1.0-beta4-build3109 | 16,975 | 8/5/2015 |
2.1.0-beta3-build3029 | 4,609 | 6/30/2015 |
2.1.0-beta2-build2981 | 5,716 | 5/3/2015 |
2.1.0-beta1-build2945 | 4,035 | 3/21/2015 |
2.0.0 | 465,892 | 3/16/2015 |
2.0.0-rc4-build2924 | 7,060 | 3/9/2015 |