Getting Started with EasyValidate
Learn how to add powerful, attribute-based validation to your .NET applications in minutes
Installation
Add EasyValidate to your project using your preferred package manager
EasyValidate
Core validation library with source generation
Basic Usage
Start validating your models with simple attribute-based validation
Simple Model Validation
Add validation attributes to your model properties
Prerequisites
- • .NET 2.0 Standered or higher
- • C# 9.0 or higher (for source generators)
- • Visual Studio 2022 or VS Code with C# extension
Next Steps
Explore advanced features and capabilities
Validation Attributes
Async Validation
Dependency Injection
Custom Validators
Parameter Validation
Examples
💡
Need help getting started?
Check out our comprehensive examples and community resources