MSTest.Analyzers 4.1.0

Prefix Reserved
dotnet add package MSTest.Analyzers --version 4.1.0
                    
NuGet\Install-Package MSTest.Analyzers -Version 4.1.0
                    
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="MSTest.Analyzers" Version="4.1.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MSTest.Analyzers" Version="4.1.0" />
                    
Directory.Packages.props
<PackageReference Include="MSTest.Analyzers">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MSTest.Analyzers --version 4.1.0
                    
#r "nuget: MSTest.Analyzers, 4.1.0"
                    
#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.
#:package MSTest.Analyzers@4.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MSTest.Analyzers&version=4.1.0
                    
Install as a Cake Addin
#tool nuget:?package=MSTest.Analyzers&version=4.1.0
                    
Install as a Cake Tool

MSTest.Analyzers

MSTest is Microsoft supported Test Framework.

This package includes static code analyzers for C# and VB.NET helping you to better use and design your tests. For access to the testing framework, install the MSTest.TestFramework package.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on MSTest.Analyzers:

Package Downloads
MSTest.TestFramework

MSTest is Microsoft supported Test Framework. This package includes the libraries for writing tests with MSTest. To ensure discovery and execution of your tests, install the MSTest.TestAdapter package. Supported platforms: - .NET 4.6.2+ - .NET 8.0+ - .NET 8.0 Windows.18362+ (WinUI) - UWP 10.0.16299 - UWP 10.0.17763 with .NET 9+

Microsoft.ComponentDetection.TestsUtilities

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.1.0 288,842 2/3/2026
4.0.2 2,625,721 11/11/2025
4.0.1 1,265,235 10/14/2025
4.0.0 263,451 10/7/2025
4.0.0-preview.25480.4 3,014 9/30/2025
4.0.0-preview.25465.3 12,208 9/15/2025
4.0.0-preview.25454.2 5,064 9/4/2025
4.0.0-preview.25452.10 575 9/2/2025
4.0.0-preview.25415.9 19,359 8/15/2025
4.0.0-preview.25372.6 51,737 7/22/2025
4.0.0-preview.25358.7 5,767 7/8/2025
3.11.1 829,490 11/11/2025
3.11.0 700,737 10/1/2025
3.10.5 78,283 9/30/2025
3.10.4 1,973,061 9/2/2025
3.10.3 696,170 8/26/2025
3.10.2 728,028 8/12/2025
3.10.1 337,806 8/5/2025
3.10.0 334,810 7/29/2025
3.9.3 2,706,320 6/17/2025
Loading failed