Skip to content

VSTest runner for xUnit.net (for Visual Studio Test Explorer and dotnet test)

License

Notifications You must be signed in to change notification settings

xunit/visualstudio.xunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e1ace41 · Oct 28, 2024
May 24, 2024
Jun 14, 2024
Oct 8, 2023
Jun 2, 2020
May 10, 2024
May 10, 2024
May 25, 2024
Jan 17, 2024
Jan 17, 2024
Jun 5, 2024
Jun 4, 2023
May 21, 2023
Jan 15, 2024
May 16, 2023
Jul 28, 2023
Oct 28, 2024
Jul 7, 2024
Jan 15, 2024
May 26, 2023
Jul 7, 2024
May 20, 2023
Jun 8, 2023

Repository files navigation

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.

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.