Verify.XunitV3 31.16.2

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

Documentation

Verify is a snapshot tool that simplifies the assertion of complex data models and documents.

Verify is called on the test result during the assertion phase. It serializes that result and stores it in a file that matches the test name. On the next test execution, the result is again serialized and compared to the existing file. The test will fail if the two snapshots do not match: either the change is unexpected, or the reference snapshot needs to be updated to the new result.

See Milestones for release notes.

Sponsors

Entity Framework Extensions

Entity Framework Extensions is a major sponsor and is proud to contribute to the development this project.

Entity Framework Extensions

Developed using JetBrains IDEs

JetBrains logo.

Duende Software

Authentication and authorization via

Duende Software

TestMu AI

Browser testing via

TestMu

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  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.  net11.0 is compatible. 
.NET Framework net472 is compatible.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Verify.XunitV3:

Package Downloads
EasyDesk.CleanArchitecture.Testing.Integration

Utilities for integration testing an application built using the clean architecture packages.

Nabs.Launchpad.Core.Testing

Package Description

Arbeidstilsynet.Common.TestExtensions

A collection of useful patterns and extensions for unit testing in .NET.

EfLocalDb.Xunit.V3

.

Microsoft.TemplateEngine.Authoring.TemplateVerifier.XunitV3

The verification engine for the templates for .NET template engine.

GitHub repositories (45)

Showing the top 20 popular GitHub repositories that depend on Verify.XunitV3:

Repository Stars
Humanizr/Humanizer
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
RicoSuter/NSwag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
microsoft/aspire
Aspire is the tool for code-first, extensible, observable dev and deploy.
dotnet/msbuild
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
domaindrivendev/Swashbuckle.AspNetCore
Swagger tools for documenting API's built on ASP.NET Core
dotnet/winforms
Windows Forms is a .NET UI framework for building Windows desktop applications.
Fody/Fody
Extensible tool for weaving .net assemblies
cake-build/cake
:cake: Cake (C# Make) is a cross platform build automation system.
fluentassertions/fluentassertions
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, as well as .NET Core 2.1, .NET Core 3.0, .NET 6, .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.
martinothamar/Mediator
A high performance implementation of Mediator pattern in .NET using source generators.
evolutionary-architecture/evolutionary-architecture-by-example
Navigate the complex landscape of .NET software architecture with our step-by-step, story-like guide. Unpack the interplay between modular monoliths, microservices, domain-driven design, and various architectural patterns. Go beyond the one-size-fits-all solutions and understand how to blend these approaches based on your unique needs.
dotnet/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
Squidex/squidex
Headless CMS and Content Managment Hub
wiremock/WireMock.Net
WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on WireMock Java, but extended and different functionality. Full documentation can be found at https://wiremock.org/dotnet/.
DuendeSoftware/products
The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core
RicoSuter/NJsonSchema
JSON Schema reader, generator and validator for .NET
dotnet/ResXResourceManager
Manage localization of all ResX-Based resources in one central place.
bUnit-dev/bUnit
bUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass parameter and inject services into it, trigger event handlers, and verify the rendered markup from the component using a built-in semantic HTML comparer.
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
adamralph/minver
🏷 Minimalist .NET packages, developed by humans, for versioning software or content using Git tags.
Version Downloads Last Updated
31.16.2 18,330 4/24/2026
31.16.1 39,253 4/16/2026
31.16.0 1,894 4/16/2026
31.16.0-beta.1 82 4/3/2026
31.15.0 69,878 4/2/2026
31.14.0 18,079 3/31/2026
31.13.5 82,743 3/18/2026
31.13.4 2,779 3/17/2026
31.13.3 1,045 3/17/2026
31.13.2 169,382 2/20/2026
31.13.1 9,736 2/18/2026
31.13.0 26,476 2/16/2026
31.12.5 19,388 2/11/2026
31.12.4 19,838 2/10/2026
31.12.3 9,247 2/9/2026
31.12.2 1,316 2/9/2026
31.12.1 1,485 2/9/2026
31.12.0 3,255 2/8/2026
31.11.0 15,386 2/5/2026
31.10.0 62,026 1/28/2026
Loading failed