Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-27T18:39:37.000Z (about 6 years ago)
- Last Synced: 2024-10-29T09:17:21.449Z (2 months ago)
- Language: C#
- Size: 75.2 KB
- Stars: 122
- Watchers: 19
- Forks: 40
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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 Wikihttps://github.com/andrebaltieri/FluentValidator/wiki