Skip to content

Commit

Permalink
Update changelog and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremySkinner committed Jul 4, 2023
1 parent 10b67d8 commit 923cbc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Add OnFailurecCreated callback in ValidatorOptions.Global (#2120)
Fix typo in Russian localization (#2102)
Add Tajik language (#2108)
Fixed some typos in Validator Extension docblocks (#2188)
Fixed some typos in Validator Extension docblocks (#2118)

11.5.2 - 7 Apr 2023
Resolve issue with ruleset propogation for multiple levels of child rules (#2097)
Expand Down
2 changes: 2 additions & 0 deletions docs/aspnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,3 +235,5 @@ public static class FluentValidationExtensions
}

```

Alternatively, instead of manually invoking the validator you could use a filter to apply validation to an endpoint (or group of endpoints). This isn't supported out of the box, but you can use the third-party [ForEvolve.FluentValidation.AspNetCore.Http](https://github.com/Carl-Hugo/FluentValidation.AspNetCore.Http) package for this purpose.

0 comments on commit 923cbc3

Please sign in to comment.