xunit.runner.visualstudio 2.2.0-rc2-build1249

Prefix Reserved
This is a prerelease version of xunit.runner.visualstudio.
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.visualstudio --version 2.2.0-rc2-build1249
                    
NuGet\Install-Package xunit.runner.visualstudio -Version 2.2.0-rc2-build1249
                    
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.visualstudio" Version="2.2.0-rc2-build1249">
  <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.
<PackageVersion Include="xunit.runner.visualstudio" Version="2.2.0-rc2-build1249" />
                    
Directory.Packages.props
<PackageReference Include="xunit.runner.visualstudio">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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.runner.visualstudio --version 2.2.0-rc2-build1249
                    
#r "nuget: xunit.runner.visualstudio, 2.2.0-rc2-build1249"
                    
#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.
#addin nuget:?package=xunit.runner.visualstudio&version=2.2.0-rc2-build1249&prerelease
                    
Install xunit.runner.visualstudio as a Cake Addin
#tool nuget:?package=xunit.runner.visualstudio&version=2.2.0-rc2-build1249&prerelease
                    
Install xunit.runner.visualstudio as a Cake Tool

Visual Studio 2012+ Test Explorer runner for the xUnit.net framework. Capable of running xUnit.net v1.9.2 and v2.0+ tests.

Supported platforms:
- Desktop .NET 2.0+
- .NET Core (including ASP.NET Core) 1.0+
- Universal Windows App 10+

Product 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. 
.NET Core netcoreapp1.0 is compatible.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (2.6K)

Showing the top 20 popular GitHub repositories that depend on xunit.runner.visualstudio:

Repository Stars
PowerShell/PowerShell
PowerShell for every system!
jellyfin/jellyfin
The Free Software Media System - Server Backend & API
DevToys-app/DevToys
A Swiss Army knife for developers.
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
NickeManarin/ScreenToGif
🎬 ScreenToGif allows you to record a selected area of your screen, edit and save it as a gif or video.
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
DapperLib/Dapper
Dapper - a simple object mapper for .Net
ardalis/CleanArchitecture
Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 9
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
MaterialDesignInXAML/MaterialDesignInXamlToolkit
Google's Material Design in XAML & WPF, for C# & VB.Net.
marticliment/UniGetUI
UniGetUI: The Graphical Interface for your package managers. Could be terribly described as a package manager manager to manage your package managers
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
App-vNext/Polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
winsw/winsw
A wrapper executable that can run any executable as a Windows service, in a permissive license.
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
Version Downloads Last updated
2.4.5 67 9/19/2022
2.4.3 32,489 1/17/2021
2.4.2 1 1/17/2021
2.4.1 75,612 1/17/2021
2.4.1-pre.build.4071 1 1/17/2021
2.4.1-pre.build.4059 1 1/17/2021
2.4.0 7 1/17/2021
2.4.0-rc.2.build4045 1 1/17/2021
2.4.0-rc.1.build4038 1 1/17/2021
2.4.0-beta.2.build4010 1 1/17/2021
2.4.0-beta.1.build3958 1 1/17/2021
2.3.1 46,911 1/17/2021
2.3.1-rc2-build3844 1 1/17/2021
2.3.1-rc1-build3843 1 1/17/2021
2.3.0 1 1/17/2021
2.3.0-rc3-build3818 1 1/17/2021
2.3.0-rc2-build3812 1 1/17/2021
2.3.0-rc1-build3809 12 1/17/2021
2.3.0-beta5-build3769 58 1/17/2021
2.3.0-beta4-build3742 37 1/17/2021
2.3.0-beta3-build3705 25 1/17/2021
2.3.0-beta2-build1317 9 1/17/2021
2.3.0-beta1-build1309 3 1/17/2021
2.2.0 433 1/17/2021
2.2.0-rc4-build1270 1 1/17/2021
2.2.0-rc3-build1252 1 1/17/2021
2.2.0-rc2-build1249 1 1/17/2021
2.2.0-rc1-build1247 2 1/17/2021
2.2.0-beta5-build1225 30 1/17/2021
2.2.0-beta4-build1194 100 1/17/2021
2.2.0-beta3-build1187 1 1/17/2021
2.2.0-beta3-build1182 1 1/17/2021
2.2.0-beta2-build1149 4 1/17/2021
2.2.0-beta1-build1144 97 1/17/2021
2.1.0 52,858 9/27/2015
2.1.0-rc2-build1126 1,094 9/20/2015
2.1.0-rc1-build1124 2,815 9/6/2015
2.1.0-beta4-build1109 5,410 8/5/2015
2.1.0-beta3-build1069 4,011 6/30/2015
2.1.0-beta2-build1055 4,881 5/3/2015
2.1.0-beta1-build1051 2,722 3/21/2015
2.0.1 78,627 7/13/2015
2.0.1-rc1-build1078 142 7/4/2015
2.0.0 112,424 3/16/2015
2.0.0-rc4-build1049 3,424 3/9/2015
2.0.0-rc3-build1046 7,436 2/23/2015
2.0.0-rc2-build1043 4,474 2/17/2015
2.0.0-rc1-build1030 21,032 1/20/2015
0.99.9-build1021 38,507 11/20/2014