feat: rename validation builder for parity
All checks were successful
default / dotnet-default-workflow (pull_request) Successful in 1m58s
default / dotnet-default-workflow (push) Successful in 1m56s

Rename extensions functions and `IValidatorBuilder` for parity with
dispatcher options and builder.
This commit is contained in:
Louis Seubert 2026-05-29 23:05:24 +02:00
commit 36f1a9eb1b
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
7 changed files with 52 additions and 51 deletions

View file

@ -33,6 +33,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Changed
- **request.dispatcher:** Hide pipeline internals in stack frames
- **request.validation:** Rename `IValidatorBuilder` to `IRequestValidatorBuilder` incl. extensions methods
### Removed