Skip to content

Commit

Permalink
Give credit in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
chr1st0scli committed Jun 11, 2021
1 parent 7ff7fad commit 6aba7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ bool isValid = employeeValidator.IsValid();
IList<ValidationOffense> offenses = null;
isValid = employeeValidator.IsValid(ref offenses);
```
This is also available in the `Rainsoft.Validations.Core` namespace with more validations.
This is also available in the `Rainsoft.Validations.Core` namespace with more validations. Instance validators are inspired by FluentValidation.

# Attributes #
Attributes are particularly useful for defining validations declaratively on simple data-centric classes like DTOs.
Expand Down

0 comments on commit 6aba7a2

Please sign in to comment.