https://github.com/andrebaltieri/FluentValidator
Fluent Validator is a fluent way to use Notification Pattern with your entities
https://github.com/andrebaltieri/FluentValidator
Last synced: 10 months ago
JSON representation
Fluent Validator is a fluent way to use Notification Pattern with your entities
- Host: GitHub
- URL: https://github.com/andrebaltieri/FluentValidator
- Owner: andrebaltieri
- Created: 2017-01-22T14:32:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-27T18:39:37.000Z (over 7 years ago)
- Last Synced: 2025-04-14T10:23:40.670Z (11 months ago)
- Language: C#
- Size: 75.2 KB
- Stars: 123
- Watchers: 18
- Forks: 39
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-made-by-brazilians - FluentValidator
README
# 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