Axiom.Core 2.8.0

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

Axiom.Core

Axiom.Core contains low-level Axiom primitives such as batching, failure modelling, formatting, and configuration.

It is a special-case package, not the default install path for most test projects. Most users should install Axiom.Assertions instead.

Install

dotnet add package Axiom.Core

Use this package when you want

  • Batch without the full fluent assertion surface
  • low-level formatting or failure infrastructure
  • advanced integration or extension work on top of Axiom

Install a different package when

  • you want the main fluent assertion library: install Axiom.Assertions
  • you want analyzers and code fixes only: install Axiom.Analyzers
  • 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

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Axiom.Core:

Package Downloads
Axiom.Assertions

Main fluent assertion package for .NET tests, with deterministic failure output, batching, equivalency, async assertions, and bundled analyzers.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.8.0 216 5/12/2026
2.7.0 178 5/8/2026
2.6.0 160 5/7/2026
2.5.0 185 5/5/2026
2.4.0 168 5/4/2026
2.3.0 176 4/28/2026
2.2.0 165 4/23/2026
2.1.0 161 4/22/2026
2.0.0 147 4/21/2026
1.9.0 135 4/10/2026
1.8.0 142 4/9/2026
1.7.0 137 4/8/2026
1.6.0 134 4/8/2026
1.5.0 135 4/4/2026
1.4.0 134 4/3/2026
1.3.0 131 4/3/2026
1.2.0 141 4/2/2026
1.1.0 141 4/1/2026
1.0.0 146 3/29/2026
0.10.0 136 3/29/2026
Loading failed