xunit.runner.console 2.2.0-beta5-build3474

Prefix Reserved
This is a prerelease version of xunit.runner.console.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.12 or higher.

dotnet add package xunit.runner.console --version 2.2.0-beta5-build3474                
NuGet\Install-Package xunit.runner.console -Version 2.2.0-beta5-build3474                
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.runner.console" Version="2.2.0-beta5-build3474">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add xunit.runner.console --version 2.2.0-beta5-build3474                
#r "nuget: xunit.runner.console, 2.2.0-beta5-build3474"                
#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.
// Install xunit.runner.console as a Cake Addin
#addin nuget:?package=xunit.runner.console&version=2.2.0-beta5-build3474&prerelease

// Install xunit.runner.console as a Cake Tool
#tool nuget:?package=xunit.runner.console&version=2.2.0-beta5-build3474&prerelease                

Console runner for the xUnit.net framework. Capable of running xUnit.net v1.9.2 and v2.0+ tests.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

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.
mbdavid/LiteDB
LiteDB - A .NET NoSQL Document Store in a single data file
reactiveui/ReactiveUI
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.