xunit.analyzers 1.3.0-pre.13

Prefix Reserved
This is a prerelease version of xunit.analyzers.
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.analyzers --version 1.3.0-pre.13                
NuGet\Install-Package xunit.analyzers -Version 1.3.0-pre.13                
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.analyzers" Version="1.3.0-pre.13" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add xunit.analyzers --version 1.3.0-pre.13                
#r "nuget: xunit.analyzers, 1.3.0-pre.13"                
#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.
// Install xunit.analyzers as a Cake Addin
#addin nuget:?package=xunit.analyzers&version=1.3.0-pre.13&prerelease

// Install xunit.analyzers as a Cake Tool
#tool nuget:?package=xunit.analyzers&version=1.3.0-pre.13&prerelease                

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

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

Analyzer in action animation

Latest Builds

<table> <thead> <tr> <th></th> <th>Stable</th> <th>Latest prerelease</th> <th>Latest CI</th> <th>CI 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://www.nuget.org/packages/xunit/absoluteLatest"><img src="https://img.shields.io/nuget/vpre/xunit.svg?logo=nuget"></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>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://www.nuget.org/packages/xunit.analyzers/absoluteLatest"><img src="https://img.shields.io/nuget/vpre/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://www.nuget.org/packages/xunit.runner.visualstudio/absoluteLatest"><img src="https://img.shields.io/nuget/vpre/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.

About xUnit.net

<img align="right" width="100px" src="https://raw.githubusercontent.com/xunit/media/main/dotnet-foundation.svg" />

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).

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (42)

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

xunit.v3

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. Supports .NET Framework 4.7.2 or later and .NET 6.0 or later. Installing this package installs xunit.v3.core, xunit.v3.assert, and xunit.analyzers.

M5x.Testing

Macula Base Testing Library

GitHub repositories (157)

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
SignalR/SignalR
Incredibly simple real-time web for .NET
Version Downloads Last updated
1.17.0 146,333 11/8/2024
1.16.0 9,261,407 8/31/2024
1.16.0-pre.22 9,405 7/31/2024
1.15.0 12,381,189 7/8/2024
1.14.0 8,581,122 5/25/2024
1.13.0 5,150,366 4/27/2024
1.12.0 3,595,587 4/11/2024
1.11.0 11,735,462 2/16/2024
1.10.0 7,792,880 1/15/2024
1.9.0 2,144,522 1/5/2024
1.8.0 1,496,462 12/22/2023
1.7.0 2,410,683 12/9/2023
1.6.0 4,834,161 11/18/2023
1.5.0 57,409 11/11/2023
1.4.0 12,501,492 10/13/2023
1.4.0-pre.9 17,606 10/8/2023
1.3.0 4,107,073 9/18/2023
1.3.0-pre.19 32,537 9/2/2023
1.3.0-pre.13 55,879 8/7/2023
1.3.0-pre.6 47,902 7/21/2023
1.2.0 13,075,158 7/6/2023
1.2.0-pre.48 5,744 7/3/2023
1.2.0-pre.27 21,974 6/21/2023
1.2.0-pre.24 12,144 6/15/2023
1.2.0-pre.9 41,015 5/31/2023
1.2.0-pre.7 54,365 5/6/2023
1.1.0 2,340,157 12/4/2022
1.0.0 93,488,651 8/1/2022
0.12.0-pre.24 570 7/25/2022
0.12.0-pre.19 71,242 10/3/2021
0.10.0 289,526,605 7/11/2018
0.9.0 1,173,360 5/14/2018
0.8.0 2,392,220 11/19/2017
0.7.0 27,222,063 9/1/2017
0.6.1 31,263 8/15/2017
0.6.0 176,583 8/4/2017
0.5.0 87,847 6/25/2017
0.4.0 6,382 6/18/2017
0.3.0 282,520 5/20/2017
0.2.0 7,526 5/15/2017
0.1.0 199,215 5/5/2017