-
## [1.1.0] - 2026-05-28
All checks were successfulrelease / dotnet-release-workflow (push) Successful in 2m8sreleased this
2026-05-28 20:19:46 +00:00 | 7 commits to main since this releaseAdded
- request.validation: Dependency injection support for validators via
IServiceCollection.AddValidation() - request.validation:
IValidatorBuilderfor 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
- request.dispatcher: Reset type caches when reloading assemblies
- request.validation: Reset type caches when reloading assemblies
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- request.validation: Dependency injection support for validators via