xunit.runner.visualstudio
3.1.4
Prefix Reserved
dotnet add package xunit.runner.visualstudio --version 3.1.4
NuGet\Install-Package xunit.runner.visualstudio -Version 3.1.4
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.4" />
<PackageReference Include="xunit.runner.visualstudio"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add xunit.runner.visualstudio --version 3.1.4
#r "nuget: xunit.runner.visualstudio, 3.1.4"
#:package xunit.runner.visualstudio@3.1.4
#addin nuget:?package=xunit.runner.visualstudio&version=3.1.4
#tool nuget:?package=xunit.runner.visualstudio&version=3.1.4
About This Project
This project contains the VSTest adapter for xUnit.net. This adapter allows any VSTest-enabled test runner to run xUnit.net tests (which includes Test Explorer in Visual Studio 2022 and later). It supports .NET 8+ and .NET Framework 4.7.2+. It can run tests from xUnit.net 1.9.2 and later.
About xUnit.net
xUnit.net is a free, open source, community-focused unit testing tool for C#, F#, and Visual Basic.
xUnit.net works with the .NET SDK command line tools, Visual Studio, Visual Studio Code, JetBrains Rider, NCrunch, and any development environment compatible with Microsoft Testing Platform (xUnit.net v3) or VSTest (all versions of xUnit.net).
xUnit.net is part of the .NET Foundation and operates under their code of conduct. It is licensed under Apache 2 (an OSI approved license). The project is governed by a Project Lead.
For project documentation, please visit the xUnit.net project home.
- New to xUnit.net? Get started with the .NET SDK.
- 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
Latest stable | Latest CI (how to use) | Build status | |
---|---|---|---|
xunit.v3 |
|||
xunit |
|||
xunit.analyzers |
|||
xunit.runner.visualstudio |
For complete CI package lists, please visit the feedz.io package search. A free login is required.
Sponsors
Help support this project by becoming a sponsor through GitHub Sponsors.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- Microsoft.TestPlatform.ObjectModel (>= 17.13.0)
-
net8.0
- No dependencies.
NuGet packages (125)
Showing the top 5 NuGet packages that depend on xunit.runner.visualstudio:
Package | Downloads |
---|---|
Reo.Core.IntegrationTesting
Package Description |
|
Microsoft.EntityFrameworkCore.Specification.Tests
Shared test suite for Entity Framework Core database providers. |
|
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.7K)
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
|
|
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
|
|
NickeManarin/ScreenToGif
🎬 ScreenToGif allows you to record a selected area of your screen, edit and save it as a gif or video.
|
|
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
|
|
marticliment/UniGetUI
UniGetUI: The Graphical Interface for your package managers. Could be terribly described as a package manager manager to manage your package managers
|
|
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.
|
|
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.
|
|
winsw/winsw
A wrapper executable that can run any executable as a Windows service, in a permissive license.
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
Version | Downloads | Last Updated |
---|---|---|
3.1.4 | 1,101 | 8/16/2025 |
3.1.3 | 282,044 | 7/16/2025 |
3.1.2 | 230,217 | 7/14/2025 |
3.1.1 | 2,820,209 | 6/7/2025 |
3.1.0 | 3,971,113 | 5/3/2025 |
3.0.2 | 13,803,664 | 2/7/2025 |
3.0.1 | 6,331,708 | 1/10/2025 |
3.0.0 | 3,701,269 | 12/16/2024 |
3.0.0-pre.49 | 192,157 | 11/8/2024 |
3.0.0-pre.42 | 56,088 | 10/18/2024 |
3.0.0-pre.35 | 110,367 | 9/22/2024 |
3.0.0-pre.30 | 67,729 | 8/31/2024 |
3.0.0-pre.24 | 65,065 | 8/6/2024 |
3.0.0-pre.20 | 12,472 | 7/31/2024 |
2.8.2 | 45,986,134 | 7/8/2024 |
2.8.1 | 11,121,924 | 5/25/2024 |
2.8.0 | 7,258,591 | 4/27/2024 |
2.5.8 | 5,263,068 | 4/11/2024 |
2.5.7 | 14,706,796 | 2/16/2024 |
2.5.6 | 13,217,338 | 12/22/2023 |
2.5.5 | 2,901,019 | 12/9/2023 |
2.5.4 | 5,994,764 | 11/18/2023 |
2.5.3 | 21,176,495 | 10/13/2023 |
2.5.2-pre.10 | 6,851 | 10/10/2023 |
2.5.2-pre.8 | 8,444 | 10/8/2023 |
2.5.2-pre.3 | 29,908 | 9/20/2023 |
2.5.1 | 4,856,961 | 9/18/2023 |
2.5.1-pre.15 | 7,567 | 9/10/2023 |
2.5.1-pre.11 | 4,083 | 9/2/2023 |
2.5.1-pre.10 | 69,864 | 8/7/2023 |
2.5.1-pre.4 | 47,283 | 7/21/2023 |
2.5.0 | 16,095,037 | 7/6/2023 |
2.5.0-pre.27 | 4,689 | 7/3/2023 |
2.5.0-pre.22 | 15,155 | 6/21/2023 |
2.5.0-pre.20 | 3,141 | 6/15/2023 |
2.5.0-pre.15 | 38,903 | 5/31/2023 |
2.4.5 | 119,732,939 | 5/5/2022 |
2.4.3 | 165,934,261 | 8/3/2020 |
2.4.2 | 14,114,917 | 6/2/2020 |
2.4.1 | 81,305,118 | 10/29/2018 |
2.4.1-pre.build.4071 | 26,373 | 10/7/2018 |
2.4.1-pre.build.4059 | 861,114 | 8/26/2018 |
2.4.0 | 66,615,839 | 7/17/2018 |
2.4.0-rc.2.build4045 | 5,616 | 7/13/2018 |
2.4.0-rc.1.build4038 | 40,177 | 7/2/2018 |
2.4.0-beta.2.build4010 | 152,501 | 5/29/2018 |
2.4.0-beta.1.build3958 | 210,155 | 2/12/2018 |
2.3.1 | 27,266,176 | 10/27/2017 |
2.3.1-rc2-build3844 | 22,935 | 10/20/2017 |
2.3.1-rc1-build3843 | 8,706 | 10/20/2017 |
2.3.0 | 1,267,257 | 10/6/2017 |
2.3.0-rc3-build3818 | 13,434 | 10/5/2017 |
2.3.0-rc2-build3812 | 10,581 | 10/4/2017 |
2.3.0-rc1-build3809 | 19,972 | 10/2/2017 |
2.3.0-beta5-build3769 | 280,669 | 9/1/2017 |
2.3.0-beta4-build3742 | 190,136 | 8/14/2017 |
2.3.0-beta3-build3705 | 240,751 | 6/8/2017 |
2.3.0-beta2-build1317 | 266,765 | 5/9/2017 |
2.3.0-beta1-build1309 | 113,474 | 4/6/2017 |
2.2.0 | 8,719,705 | 2/20/2017 |
2.2.0-rc4-build1270 | 9,887 | 2/18/2017 |
2.2.0-rc3-build1252 | 21,415 | 2/16/2017 |
2.2.0-rc2-build1249 | 19,540 | 2/13/2017 |
2.2.0-rc1-build1247 | 10,636 | 2/12/2017 |
2.2.0-beta5-build1225 | 472,480 | 1/16/2017 |
2.2.0-beta4-build1194 | 456,729 | 11/6/2016 |
2.2.0-beta3-build1187 | 30,660 | 10/5/2016 |
2.2.0-beta2-build1149 | 75,900 | 6/27/2016 |
2.2.0-beta1-build1144 | 80,458 | 12/20/2015 |
2.1.0 | 5,673,625 | 9/27/2015 |
2.1.0-rc2-build1126 | 12,783 | 9/20/2015 |
2.1.0-rc1-build1124 | 17,787 | 9/6/2015 |
2.1.0-beta4-build1109 | 17,915 | 8/5/2015 |
2.1.0-beta3-build1069 | 14,673 | 6/30/2015 |
2.1.0-beta2-build1055 | 29,629 | 5/3/2015 |
2.1.0-beta1-build1051 | 16,257 | 3/21/2015 |
2.0.1 | 708,141 | 7/13/2015 |
2.0.1-rc1-build1078 | 9,769 | 7/4/2015 |
2.0.0 | 717,663 | 3/16/2015 |
2.0.0-rc4-build1049 | 20,909 | 3/9/2015 |
2.0.0-rc3-build1046 | 30,133 | 2/23/2015 |
2.0.0-rc2-build1043 | 18,643 | 2/17/2015 |
2.0.0-rc1-build1030 | 52,974 | 1/20/2015 |
0.99.9-build1021 | 75,049 | 11/20/2014 |