andrebaltieri / FluentValidator

Fluent Validator is a fluent way to use Notification Pattern with your entities
122 stars 40 forks source link

FluentValidator

Fluent Validator is a fluent way to use Notification Pattern with your entities

Dependencies

.NET Standard 1.3+

You can check supported frameworks here:

https://docs.microsoft.com/pt-br/dotnet/standard/net-standard

Instalation

This package is available through Nuget Packages: https://www.nuget.org/packages/FluentValidator

Install-Package FluentValidator

Older Versions

We are moving to a new structure, with new namespaces, if you need to use our old version, try this:

Install-Package FluentValidator -Version 1.0.5

1.0.5 was the latest stable version

Signifcant Changes

We removed reflection to increase performance, changed namespace and folders and externalize contracts from entities, so take a close look on our Wiki to learn how to use it.

How to Use

Just check our Wiki

https://github.com/andrebaltieri/FluentValidator/wiki