xunit.analyzers
1.6.0
Prefix Reserved
See the version list below for details.
Requires NuGet 2.12 or higher.
dotnet add package xunit.analyzers --version 1.6.0
NuGet\Install-Package xunit.analyzers -Version 1.6.0
<PackageReference Include="xunit.analyzers" Version="1.6.0" />
paket add xunit.analyzers --version 1.6.0
#r "nuget: xunit.analyzers, 1.6.0"
// Install xunit.analyzers as a Cake Addin #addin nuget:?package=xunit.analyzers&version=1.6.0 // Install xunit.analyzers as a Cake Tool #tool nuget:?package=xunit.analyzers&version=1.6.0
About This Project
This project contains source code analysis and cleanup rules for xUnit.net.
Requirements: xUnit.net v2 2.0+ and Visual Studio 2022 or later (earlier versions of Visual Studio may work but are not officially supported).
Documentation: a list of supported rules is available at https://xunit.net/xunit.analyzers/rules/
Bugs and issues: please visit the core xUnit.net project issue tracker.
Building: see BUILDING.md.
How to install
xUnit.net v2 2.3.0 and higher: the analyzer package is referenced by the main
xunit
NuGet package out of the box. If you choose to referencexunit.core
instead, you can referencexunit.analyzers
explicitly.xUnit.net v2 2.2.0 and earlier: you have to install the
xunit.analyzers
NuGet package explicitly.
How to uninstall
If you installed xUnit.net v2 2.3.0 or higher and do not wish to use the analyzers package, replace the package reference to xunit
with the corresponding versions of xunit.core
and xunit.assert
Analysis and Code Fix in Action
Latest Builds
<table> <thead> <tr> <th></th> <th>Stable</th> <th>Latest CI</th> <th>Build status</th> </tr> </thead> <tbody> <tr> <th>v2 core framework</th> <td><a href="https://www.nuget.org/packages/xunit"><img src="https://img.shields.io/nuget/v/xunit.svg?logo=nuget"></a></td> <td><a href="https://feedz.io/org/xunit/repository/xunit/packages/xunit"><img src="https://img.shields.io/badge/endpoint.svg?url=https%3A%2F%2Ff.feedz.io%2Fxunit%2Fxunit%2Fshield%2Fxunit%2Flatest"></td> <td><a href="https://actions-badge.atrox.dev/xunit/xunit/goto?ref=v2"><img src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fxunit%2Fxunit%2Fbadge%3Fref%3Dv2&label=build"></td> <tr> <tr> <th>v3 core framework (<a href="https://xunit.net/docs/v3-alpha">alpha docs</a>)</th> <td>N/A</td> <td><a href="https://feedz.io/org/xunit/repository/xunit/packages/xunit.v3"><img src="https://img.shields.io/badge/endpoint.svg?url=https%3A%2F%2Ff.feedz.io%2Fxunit%2Fxunit%2Fshield%2Fxunit.v3%2Flatest"></td> <td><a href="https://actions-badge.atrox.dev/xunit/xunit/goto?ref=main"><img src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fxunit%2Fxunit%2Fbadge%3Fref%3Dmain&label=build"></td> <tr> <tr> <th>xunit.analyzers</th> <td><a href="https://www.nuget.org/packages/xunit.analyzers"><img src="https://img.shields.io/nuget/v/xunit.analyzers.svg?logo=nuget"></a></td> <td><a href="https://feedz.io/org/xunit/repository/xunit/packages/xunit.analyzers"><img src="https://img.shields.io/badge/endpoint.svg?url=https%3A%2F%2Ff.feedz.io%2Fxunit%2Fxunit%2Fshield%2Fxunit.analyzers%2Flatest"></a></td> <td><a href="https://actions-badge.atrox.dev/xunit/xunit.analyzers/goto?ref=main"><img src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fxunit%2Fxunit.analyzers%2Fbadge%3Fref%3Dmain&label=build"></a></td> </tr> <tr> <th>xunit.runner.visualstudio</th> <td><a href="https://www.nuget.org/packages/xunit.runner.visualstudio"><img src="https://img.shields.io/nuget/v/xunit.runner.visualstudio.svg?logo=nuget"></a></td> <td><a href="https://feedz.io/org/xunit/repository/xunit/packages/xunit.runner.visualstudio"><img src="https://img.shields.io/badge/endpoint.svg?url=https%3A%2F%2Ff.feedz.io%2Fxunit%2Fxunit%2Fshield%2Fxunit.runner.visualstudio%2Flatest"></a></td> <td><a href="https://actions-badge.atrox.dev/xunit/xunit.runner.visualstudio/goto?ref=main"><img src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fxunit%2Fvisualstudio.xunit%2Fbadge%3Fref%3Dmain&label=build"></a></td> </tr> </tbody> </table>
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#, F#, VB.NET and other .NET languages. 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.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (43)
Showing the top 5 NuGet packages that depend on xunit.analyzers:
Package | Downloads |
---|---|
xunit
xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features. Installing this package installs xunit.core, xunit.assert, and xunit.analyzers. |
|
Reo.Core.Testing
Package Description |
|
Reo.Core.IntegrationTesting
Package Description |
|
Rocket.Surgery.Extensions.Testing
Package Description |
|
M5x.Testing
Macula Base Testing Library |
GitHub repositories (155)
Showing the top 5 popular GitHub repositories that depend on xunit.analyzers:
Repository | Stars |
---|---|
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
|
|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
marticliment/UniGetUI
UniGetUI: The Graphical Interface for your package managers. Could be terribly described as a package manager manager to manage your package managers
|
|
MahApps/MahApps.Metro
A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
|
Version | Downloads | Last updated |
---|---|---|
1.16.0 | 3,330,657 | 8/31/2024 |
1.16.0-pre.22 | 7,658 | 7/31/2024 |
1.15.0 | 10,060,233 | 7/8/2024 |
1.14.0 | 7,571,736 | 5/25/2024 |
1.13.0 | 4,593,816 | 4/27/2024 |
1.12.0 | 3,270,662 | 4/11/2024 |
1.11.0 | 10,827,997 | 2/16/2024 |
1.10.0 | 7,311,273 | 1/15/2024 |
1.9.0 | 2,023,064 | 1/5/2024 |
1.8.0 | 1,427,785 | 12/22/2023 |
1.7.0 | 2,267,238 | 12/9/2023 |
1.6.0 | 4,600,667 | 11/18/2023 |
1.5.0 | 54,735 | 11/11/2023 |
1.4.0 | 10,866,578 | 10/13/2023 |
1.4.0-pre.9 | 17,258 | 10/8/2023 |
1.3.0 | 3,930,926 | 9/18/2023 |
1.3.0-pre.19 | 32,063 | 9/2/2023 |
1.3.0-pre.13 | 54,295 | 8/7/2023 |
1.3.0-pre.6 | 45,311 | 7/21/2023 |
1.2.0 | 12,634,961 | 7/6/2023 |
1.2.0-pre.48 | 5,650 | 7/3/2023 |
1.2.0-pre.27 | 21,159 | 6/21/2023 |
1.2.0-pre.24 | 12,042 | 6/15/2023 |
1.2.0-pre.9 | 39,625 | 5/31/2023 |
1.2.0-pre.7 | 53,018 | 5/6/2023 |
1.1.0 | 2,240,955 | 12/4/2022 |
1.0.0 | 90,301,610 | 8/1/2022 |
0.12.0-pre.24 | 519 | 7/25/2022 |
0.12.0-pre.19 | 70,898 | 10/3/2021 |
0.10.0 | 285,788,809 | 7/11/2018 |
0.9.0 | 1,165,187 | 5/14/2018 |
0.8.0 | 2,377,954 | 11/19/2017 |
0.7.0 | 26,984,526 | 9/1/2017 |
0.6.1 | 31,181 | 8/15/2017 |
0.6.0 | 176,255 | 8/4/2017 |
0.5.0 | 87,547 | 6/25/2017 |
0.4.0 | 6,360 | 6/18/2017 |
0.3.0 | 282,032 | 5/20/2017 |
0.2.0 | 7,502 | 5/15/2017 |
0.1.0 | 199,022 | 5/5/2017 |