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" />
<PackageReference Include="Axiom.Analyzers" />
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
#tool nuget:?package=Axiom.Analyzers&version=2.8.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.Jsonon top ofAxiom.Assertions - you want
HttpResponseMessageassertions: installAxiom.Httpon top ofAxiom.Assertions - you want vector and retrieval assertions: install
Axiom.Vectorson top ofAxiom.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