PQSoft.JsonComparer.AwesomeAssertions 1.0.0-alpha5

This is a prerelease version of PQSoft.JsonComparer.AwesomeAssertions.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package PQSoft.JsonComparer.AwesomeAssertions --version 1.0.0-alpha5
                    
NuGet\Install-Package PQSoft.JsonComparer.AwesomeAssertions -Version 1.0.0-alpha5
                    
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="PQSoft.JsonComparer.AwesomeAssertions" Version="1.0.0-alpha5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PQSoft.JsonComparer.AwesomeAssertions" Version="1.0.0-alpha5" />
                    
Directory.Packages.props
<PackageReference Include="PQSoft.JsonComparer.AwesomeAssertions" />
                    
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 PQSoft.JsonComparer.AwesomeAssertions --version 1.0.0-alpha5
                    
#r "nuget: PQSoft.JsonComparer.AwesomeAssertions, 1.0.0-alpha5"
                    
#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 PQSoft.JsonComparer.AwesomeAssertions@1.0.0-alpha5
                    
#: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=PQSoft.JsonComparer.AwesomeAssertions&version=1.0.0-alpha5&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PQSoft.JsonComparer.AwesomeAssertions&version=1.0.0-alpha5&prerelease
                    
Install as a Cake Tool

PQSoft.JsonComparer.AwesomeAssertions

AwesomeAssertions extensions for JSON comparison that integrate seamlessly with the JsonComparer functionality.

Features

  • Provides a fluent API for JSON assertions
  • Works with the token extraction features of JsonComparer
  • Supports both exact match and subset match assertions
  • Integrates with AwesomeAssertions failure reporting

Installation

dotnet add package PQSoft.JsonComparer.AwesomeAssertions

Usage

string actualJson = """{ "id": "12345", "createdAt": "2024-01-01T10:00:00.000+00:00", "status": "complete" }""";
string expectedJson = """{ "id": "[[JOBID]]", "createdAt": "{{NOW()}}", "status": "complete" }""";

actualJson.AsJsonString().Should().FullyMatch(expectedJson);
// Extracted values are available in the assertion result

Dependencies

This package depends on:

  • PQSoft.JsonComparer
  • AwesomeAssertions
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 was computed.  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 was computed.  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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on PQSoft.JsonComparer.AwesomeAssertions:

Package Downloads
PQSoft.ReqNRoll

Reqnroll step definitions for API testing with PQSoft.HttpFile and PQSoft.JsonComparer

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.0-beta.4 109 10/22/2025
1.2.0-beta.3 108 10/22/2025
1.2.0-beta.2 106 10/22/2025
1.2.0-beta.1 106 10/22/2025
1.1.0-beta.3 153 9/20/2025
1.1.0-beta.2 168 9/19/2025
1.1.0-beta.1 172 9/19/2025
1.0.0-beta.6 234 9/19/2025
1.0.0-beta.5 230 9/19/2025
1.0.0-beta.4 228 9/19/2025
1.0.0-beta.3 230 9/19/2025
1.0.0-beta.2 231 9/19/2025
1.0.0-beta.1 243 9/19/2025
1.0.0-alpha9 245 9/18/2025
1.0.0-alpha8 248 9/18/2025
1.0.0-alpha7 253 9/17/2025
1.0.0-alpha5 250 9/16/2025
1.0.0-alpha4 257 9/16/2025
1.0.0-alpha3 253 9/16/2025
1.0.0-alpha2 256 9/16/2025
1.0.0-alpha11 248 9/19/2025
1.0.0-alpha10 249 9/18/2025
1.0.0-alpha1 200 9/15/2025