EasyValidate.Generator 2.2.1

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

EasyValidate

Modern, type-safe validation for .NET with source generation and analyzers


🚀 Features

  • Attribute-based, type-safe validation for your models & DTOs
  • Compile-time code generation for zero runtime overhead
  • Roslyn analyzers and code fixers for best practices
  • Easy integration — just add attributes and go!

📦 Installation

Install via NuGet:

# Core library
Install-Package EasyValidate

📝 Documentation

Full usage, API reference, and advanced scenarios:

📖 easy-validate.netlify.app


❤️ Author’s Note

EasyValidate is the result of countless hours of design, coding, and testing to bring you a modern, robust, and developer-friendly validation library for .NET.

<p align="center"> <a href="https://coff.ee/mu.dawood" target="_blank"> <img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" height="60" width="217" /> </a> <br/> <b>If you find EasyValidate helpful, consider <a href="https://coff.ee/mu.dawood">buying me a coffee</a> to support development!</b> </p>


© 2025 Mohamed dawood. GPL-3.0 License.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on EasyValidate.Generator:

Package Downloads
EasyValidate

EasyValidate is a modern, attribute-based validation library and source generator for .NET. It enables powerful, composable, and type-safe validation using Roslyn analyzers and source generators.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.2.1 121 8/19/2025
2.2.0 99 8/17/2025