feat: add support for validator resolution from dependency injection
This commit is contained in:
parent
21ca8a3757
commit
22142882b5
19 changed files with 806 additions and 1 deletions
|
|
@ -16,6 +16,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
### Added
|
||||
|
||||
- **request.validation:** Dependency injection support for validators via `IServiceCollection.AddValidation()`
|
||||
- **request.validation:** `IValidatorBuilder` for fluent validator registration and assembly scanning
|
||||
- **request.validation:** Support for open generic validators and automatic closing during resolution
|
||||
- **request.validation:** `Validate<T>` extension method for simplified validator invocation
|
||||
|
||||
### Changed
|
||||
|
||||
### Removed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue