Fluent Validator is a fluent way to use Notification Pattern with your entities
.NET Standard 1.3+
You can check supported frameworks here:
https://docs.microsoft.com/pt-br/dotnet/standard/net-standard
This package is available through Nuget Packages: https://www.nuget.org/packages/FluentValidator
Install-Package FluentValidator
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
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.
Just check our Wiki