Verify.Xunit 31.12.5

Prefix Reserved
Suggested Alternatives

Verify.XunitV3

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

LambdaTest

<p style="font-size:21px; color:black;">Browser testing via<br> <a href="https://www.lambdatest.com/" target="_blank"> <img src="https://www.lambdatest.com/blue-logo.png" style="vertical-align: middle;" width="250" height="45" /> </a> </p>

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. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  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 (12)

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

Package Downloads
Reqnroll.Verify

Package to use Verify.Xunit with Reqnroll

Microsoft.TemplateEngine.Authoring.TemplateVerifier

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

BunsenBurner.Verify.Xunit

Integration with [Verify.Xunit](https://github.com/VerifyTests/Verify) to simplify assert steps

Vertiq.Testing

A highly modular framework for writing Blazor applications with a hassle-free, vertical-sliced architecture - Easy. Flexible. Focused.

Nabs.Tests

Package Description

GitHub repositories (101)

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

Repository Stars
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
spectreconsole/spectre.console
A .NET library that makes it easier to create beautiful console applications.
dotnet/orleans
Cloud Native application framework for .NET
bchavez/Bogus
:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
reactiveui/refit
The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
LykosAI/StabilityMatrix
Multi-Platform Package Manager for Stable Diffusion
sschmid/Entitas
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
dotnet/reactive
The Reactive Extensions for .NET
akkadotnet/akka.net
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
autofac/Autofac
An addictive .NET IoC container
BililiveRecorder/BililiveRecorder
录播姬 | mikufans 生放送录制
dotnet/docfx
Static site generator for .NET API documentation.
riok/mapperly
A .NET source generator for generating object mappings. No runtime reflection.
nuke-build/nuke
🏗 The AKEless Build System for C#/.NET
open-telemetry/opentelemetry-dotnet
The OpenTelemetry .NET Client
oskardudycz/EventSourcing.NetCore
Examples and Tutorials of Event Sourcing in .NET
elastic/elasticsearch-net
This strongly-typed, client library enables working with Elasticsearch. It is the official client maintained and supported by Elastic.
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/extensions
This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 10 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 21, React 19, Vue 3.5, BFF with YARP, NextJs 16, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, EF Core, OpenTelemetry, SignalR, Background Services, Health Checks, Rate Limiting, Clouds (Azure, AWS, GCP), ...
Version Downloads Last Updated
31.12.5 441,319 2/11/2026 31.12.5 is deprecated because it is no longer maintained.
31.12.4 20,374 2/10/2026 31.12.4 is deprecated because it is no longer maintained.
31.12.3 15,962 2/9/2026 31.12.3 is deprecated because it is no longer maintained.
31.12.2 2,427 2/9/2026 31.12.2 is deprecated because it is no longer maintained.
31.12.1 3,150 2/9/2026 31.12.1 is deprecated because it is no longer maintained.
31.12.0 3,256 2/8/2026 31.12.0 is deprecated because it is no longer maintained.
31.11.0 27,652 2/5/2026 31.11.0 is deprecated because it is no longer maintained.
31.10.0 58,186 1/28/2026 31.10.0 is deprecated because it is no longer maintained.
31.9.4 215,560 1/13/2026 31.9.4 is deprecated because it is no longer maintained.
31.9.3 121,010 12/27/2025 31.9.3 is deprecated because it is no longer maintained.
31.9.2 9,641 12/25/2025 31.9.2 is deprecated because it is no longer maintained.
31.9.1 3,533 12/25/2025 31.9.1 is deprecated because it is no longer maintained.
31.9.0 49,775 12/17/2025 31.9.0 is deprecated because it is no longer maintained.
31.8.0 149,465 12/2/2025 31.8.0 is deprecated because it is no longer maintained.
31.7.3 46,410 11/29/2025 31.7.3 is deprecated because it is no longer maintained.
31.7.2 70,275 11/21/2025 31.7.2 is deprecated because it is no longer maintained.
31.7.1 84,100 11/13/2025 31.7.1 is deprecated because it is no longer maintained.
31.7.0 2,846 11/13/2025 31.7.0 is deprecated because it is no longer maintained.
31.6.1 49,472 11/12/2025 31.6.1 is deprecated because it is no longer maintained.
31.6.0 15,365 11/12/2025 31.6.0 is deprecated because it is no longer maintained.
Loading failed