xunit.runner.visualstudio
3.0.2
Prefix Reserved
dotnet add package xunit.runner.visualstudio --version 3.0.2
NuGet\Install-Package xunit.runner.visualstudio -Version 3.0.2
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.2" />
<PackageReference Include="xunit.runner.visualstudio"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add xunit.runner.visualstudio --version 3.0.2
#r "nuget: xunit.runner.visualstudio, 3.0.2"
#addin nuget:?package=xunit.runner.visualstudio&version=3.0.2
#tool nuget:?package=xunit.runner.visualstudio&version=3.0.2
About This Project
This project contains the Visual Studio runner for xUnit.net. It supports the built-in Test Explorer feature in Visual Studio 2022 and later. It supports .NET 6+ and .NET Framework 4.6.2+. It can run tests from xUnit.net 1.9.2 and later.
- 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.
Latest Builds
Stable | Latest CI (how to use) | Build status | |
---|---|---|---|
v3 core framework | |||
v2 core framework | |||
xunit.analyzers | |||
xunit.runner.visualstudio |
For complete CI package lists, please visit the feedz.io package search. A free login is required.
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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 Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- Microsoft.TestPlatform.ObjectModel (>= 17.12.0)
-
net6.0
- No dependencies.
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 | 5,222,104 | 2/7/2025 |
3.0.1 | 4,085,438 | 1/10/2025 |
3.0.0 | 2,545,518 | 12/16/2024 |
3.0.0-pre.49 | 130,146 | 11/8/2024 |
3.0.0-pre.42 | 45,496 | 10/18/2024 |
3.0.0-pre.35 | 93,018 | 9/22/2024 |
3.0.0-pre.30 | 55,970 | 8/31/2024 |
3.0.0-pre.24 | 53,509 | 8/6/2024 |
3.0.0-pre.20 | 9,253 | 7/31/2024 |
2.8.2 | 34,974,741 | 7/8/2024 |
2.8.1 | 9,510,649 | 5/25/2024 |
2.8.0 | 6,234,787 | 4/27/2024 |
2.5.8 | 4,565,374 | 4/11/2024 |
2.5.7 | 13,109,324 | 2/16/2024 |
2.5.6 | 11,936,036 | 12/22/2023 |
2.5.5 | 2,625,832 | 12/9/2023 |
2.5.4 | 5,307,636 | 11/18/2023 |
2.5.3 | 15,994,159 | 10/13/2023 |
2.5.2-pre.10 | 6,775 | 10/10/2023 |
2.5.2-pre.8 | 8,335 | 10/8/2023 |
2.5.2-pre.3 | 29,251 | 9/20/2023 |
2.5.1 | 4,450,404 | 9/18/2023 |
2.5.1-pre.15 | 7,395 | 9/10/2023 |
2.5.1-pre.11 | 3,923 | 9/2/2023 |
2.5.1-pre.10 | 61,559 | 8/7/2023 |
2.5.1-pre.4 | 39,990 | 7/21/2023 |
2.5.0 | 14,628,134 | 7/6/2023 |
2.5.0-pre.27 | 4,591 | 7/3/2023 |
2.5.0-pre.22 | 14,623 | 6/21/2023 |
2.5.0-pre.20 | 3,057 | 6/15/2023 |
2.5.0-pre.15 | 36,648 | 5/31/2023 |
2.4.5 | 112,407,994 | 5/5/2022 |
2.4.3 | 159,204,705 | 8/3/2020 |
2.4.2 | 13,735,094 | 6/2/2020 |
2.4.1 | 79,794,149 | 10/29/2018 |
2.4.1-pre.build.4071 | 26,145 | 10/7/2018 |
2.4.1-pre.build.4059 | 860,913 | 8/26/2018 |
2.4.0 | 65,009,626 | 7/17/2018 |
2.4.0-rc.2.build4045 | 5,365 | 7/13/2018 |
2.4.0-rc.1.build4038 | 39,847 | 7/2/2018 |
2.4.0-beta.2.build4010 | 151,760 | 5/29/2018 |
2.4.0-beta.1.build3958 | 208,902 | 2/12/2018 |
2.3.1 | 26,708,500 | 10/27/2017 |
2.3.1-rc2-build3844 | 22,729 | 10/20/2017 |
2.3.1-rc1-build3843 | 8,523 | 10/20/2017 |
2.3.0 | 1,248,647 | 10/6/2017 |
2.3.0-rc3-build3818 | 13,226 | 10/5/2017 |
2.3.0-rc2-build3812 | 10,375 | 10/4/2017 |
2.3.0-rc1-build3809 | 19,676 | 10/2/2017 |
2.3.0-beta5-build3769 | 277,605 | 9/1/2017 |
2.3.0-beta4-build3742 | 189,231 | 8/14/2017 |
2.3.0-beta3-build3705 | 239,270 | 6/8/2017 |
2.3.0-beta2-build1317 | 266,214 | 5/9/2017 |
2.3.0-beta1-build1309 | 113,072 | 4/6/2017 |
2.2.0 | 8,601,135 | 2/20/2017 |
2.2.0-rc4-build1270 | 9,705 | 2/18/2017 |
2.2.0-rc3-build1252 | 21,218 | 2/16/2017 |
2.2.0-rc2-build1249 | 19,340 | 2/13/2017 |
2.2.0-rc1-build1247 | 10,463 | 2/12/2017 |
2.2.0-beta5-build1225 | 467,744 | 1/16/2017 |
2.2.0-beta4-build1194 | 456,216 | 11/6/2016 |
2.2.0-beta3-build1187 | 30,448 | 10/5/2016 |
2.2.0-beta2-build1149 | 75,633 | 6/27/2016 |
2.2.0-beta1-build1144 | 79,880 | 12/20/2015 |
2.1.0 | 5,588,563 | 9/27/2015 |
2.1.0-rc2-build1126 | 12,607 | 9/20/2015 |
2.1.0-rc1-build1124 | 17,431 | 9/6/2015 |
2.1.0-beta4-build1109 | 17,730 | 8/5/2015 |
2.1.0-beta3-build1069 | 14,491 | 6/30/2015 |
2.1.0-beta2-build1055 | 29,033 | 5/3/2015 |
2.1.0-beta1-build1051 | 16,072 | 3/21/2015 |
2.0.1 | 702,007 | 7/13/2015 |
2.0.1-rc1-build1078 | 9,573 | 7/4/2015 |
2.0.0 | 707,010 | 3/16/2015 |
2.0.0-rc4-build1049 | 20,500 | 3/9/2015 |
2.0.0-rc3-build1046 | 29,859 | 2/23/2015 |
2.0.0-rc2-build1043 | 18,453 | 2/17/2015 |
2.0.0-rc1-build1030 | 52,650 | 1/20/2015 |
0.99.9-build1021 | 74,564 | 11/20/2014 |