xunit.runner.visualstudio 2.2.0-rc3-build1252

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-rc3-build1252
                    
NuGet\Install-Package xunit.runner.visualstudio -Version 2.2.0-rc3-build1252
                    
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-rc3-build1252">
  <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-rc3-build1252" />
                    
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-rc3-build1252
                    
#r "nuget: xunit.runner.visualstudio, 2.2.0-rc3-build1252"
                    
#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-rc3-build1252&prerelease
                    
Install xunit.runner.visualstudio as a Cake Addin
#tool nuget:?package=xunit.runner.visualstudio&version=2.2.0-rc3-build1252&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 (115)

Showing the top 5 NuGet packages that depend on xunit.runner.visualstudio:

Package Downloads
Microsoft.EntityFrameworkCore.Specification.Tests

Shared test suite for Entity Framework Core database providers.

Reo.Core.IntegrationTesting

Package Description

Microsoft.Azure.WebJobs.Host.TestCommon

This package contains helpers and Types useful for WebJobs SDK testing. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708.

Sitko.Core.Xunit

Sitko.Core is a set of libraries to help build .NET Core applications fast

XUnitPriorityOrderer

Nuget for ordering test cases and collection with XUnit

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
3.0.2 4,868,592 2 months ago
3.0.1 4,004,363 3 months ago
3.0.0 2,496,466 4 months ago
3.0.0-pre.49 127,893 5 months ago
3.0.0-pre.42 45,133 6 months ago
3.0.0-pre.35 92,294 7 months ago
3.0.0-pre.30 55,656 7 months ago
3.0.0-pre.24 53,027 8 months ago
3.0.0-pre.20 8,820 8 months ago
2.8.2 34,610,426 9 months ago
2.8.1 9,459,587 5/25/2024
2.8.0 6,203,895 4/27/2024
2.5.8 4,543,817 4/11/2024
2.5.7 13,058,728 2/16/2024
2.5.6 11,898,271 12/22/2023
2.5.5 2,616,712 12/9/2023
2.5.4 5,284,617 11/18/2023
2.5.3 15,858,240 10/13/2023
2.5.2-pre.10 6,773 10/10/2023
2.5.2-pre.8 8,328 10/8/2023
2.5.2-pre.3 29,227 9/20/2023
2.5.1 4,438,000 9/18/2023
2.5.1-pre.15 7,390 9/10/2023
2.5.1-pre.11 3,921 9/2/2023
2.5.1-pre.10 61,262 8/7/2023
2.5.1-pre.4 39,882 7/21/2023
2.5.0 14,578,644 7/6/2023
2.5.0-pre.27 4,591 7/3/2023
2.5.0-pre.22 14,612 6/21/2023
2.5.0-pre.20 3,057 6/15/2023
2.5.0-pre.15 36,577 5/31/2023
2.4.5 112,175,163 5/5/2022
2.4.3 158,997,143 8/3/2020
2.4.2 13,722,845 6/2/2020
2.4.1 79,739,791 10/29/2018
2.4.1-pre.build.4071 26,145 10/7/2018
2.4.1-pre.build.4059 860,910 8/26/2018
2.4.0 64,959,653 7/17/2018
2.4.0-rc.2.build4045 5,363 7/13/2018
2.4.0-rc.1.build4038 39,845 7/2/2018
2.4.0-beta.2.build4010 151,753 5/29/2018
2.4.0-beta.1.build3958 208,852 2/12/2018
2.3.1 26,685,612 10/27/2017
2.3.1-rc2-build3844 22,726 10/20/2017
2.3.1-rc1-build3843 8,522 10/20/2017
2.3.0 1,248,124 10/6/2017
2.3.0-rc3-build3818 13,221 10/5/2017
2.3.0-rc2-build3812 10,374 10/4/2017
2.3.0-rc1-build3809 19,658 10/2/2017
2.3.0-beta5-build3769 277,495 9/1/2017
2.3.0-beta4-build3742 189,187 8/14/2017
2.3.0-beta3-build3705 239,231 6/8/2017
2.3.0-beta2-build1317 266,211 5/9/2017
2.3.0-beta1-build1309 113,065 4/6/2017
2.2.0 8,597,505 2/20/2017
2.2.0-rc4-build1270 9,704 2/18/2017
2.2.0-rc3-build1252 21,217 2/16/2017
2.2.0-rc2-build1249 19,338 2/13/2017
2.2.0-rc1-build1247 10,462 2/12/2017
2.2.0-beta5-build1225 467,530 1/16/2017
2.2.0-beta4-build1194 456,211 11/6/2016
2.2.0-beta3-build1187 30,447 10/5/2016
2.2.0-beta2-build1149 75,630 6/27/2016
2.2.0-beta1-build1144 79,861 12/20/2015
2.1.0 5,585,425 9/27/2015
2.1.0-rc2-build1126 12,606 9/20/2015
2.1.0-rc1-build1124 17,416 9/6/2015
2.1.0-beta4-build1109 17,729 8/5/2015
2.1.0-beta3-build1069 14,490 6/30/2015
2.1.0-beta2-build1055 29,014 5/3/2015
2.1.0-beta1-build1051 16,071 3/21/2015
2.0.1 701,702 7/13/2015
2.0.1-rc1-build1078 9,572 7/4/2015
2.0.0 706,640 3/16/2015
2.0.0-rc4-build1049 20,483 3/9/2015
2.0.0-rc3-build1046 29,857 2/23/2015
2.0.0-rc2-build1043 18,450 2/17/2015
2.0.0-rc1-build1030 52,643 1/20/2015
0.99.9-build1021 74,542 11/20/2014