Axiom.Analyzers 2.8.0

dotnet add package Axiom.Analyzers --version 2.8.0
                    
NuGet\Install-Package Axiom.Analyzers -Version 2.8.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="Axiom.Analyzers" Version="2.8.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Axiom.Analyzers" Version="2.8.0" />
                    
Directory.Packages.props
<PackageReference Include="Axiom.Analyzers" />
                    
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 Axiom.Analyzers --version 2.8.0
                    
#r "nuget: Axiom.Analyzers, 2.8.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 Axiom.Analyzers@2.8.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=Axiom.Analyzers&version=2.8.0
                    
Install as a Cake Addin
#tool nuget:?package=Axiom.Analyzers&version=2.8.0
                    
Install as a Cake Tool

Axiom.Analyzers

Axiom.Analyzers contains the Roslyn analyzers and code fixes for Axiom.

It is a special-case package. It does not include the runtime fluent assertion APIs. Use it when you want the diagnostics only.

Install

dotnet add package Axiom.Analyzers

Use this package when you want

  • Axiom diagnostics and code fixes without the runtime assertion library
  • migration suggestions for supported xUnit, NUnit, MSTest, and narrow direct FluentAssertions assertion shapes
  • checks for common Axiom assertion mistakes in the editor and build

Install a different package when

  • you want the main fluent assertion library and the analyzers together: install Axiom.Assertions
  • you only need low-level Axiom primitives: install Axiom.Core
  • you want JSON assertions: install Axiom.Json on top of Axiom.Assertions
  • you want HttpResponseMessage assertions: install Axiom.Http on top of Axiom.Assertions
  • you want vector and retrieval assertions: install Axiom.Vectors on top of Axiom.Assertions

Documentation: spearzy.github.io/Axiom-Assertions Getting started: Getting Started

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.8.0 99 5/12/2026
2.7.0 104 5/8/2026
2.6.0 100 5/7/2026
2.5.0 102 5/5/2026
2.4.0 94 5/4/2026
2.3.0 101 4/28/2026
2.2.0 101 4/23/2026
2.1.0 108 4/22/2026
2.0.0 103 4/21/2026
1.9.0 114 4/10/2026
1.8.0 99 4/9/2026
1.7.0 100 4/8/2026
1.6.0 101 4/8/2026
1.5.0 104 4/4/2026
1.4.0 105 4/3/2026
1.3.0 99 4/3/2026
1.2.0 105 4/2/2026
1.1.0 112 4/1/2026
1.0.0 104 3/29/2026
0.10.0 106 3/29/2026
Loading failed