request/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Louis Seubert f9de3a99de
feat(dispatcher): add registration-time pipeline behavior ordering via AddBehavior<T>(order:)
Pipeline behavior ordering previously depended on discovery/registration
order. Add an AddBehavior<T>(order:) API that captures the order at
registration time; the BehaviorTypeIndex now orders matching behaviors by
that explicit order (lower runs first), falling back to registration order
for ties. Removed the runtime Order property approach.
2026-07-12 21:58:49 +02:00
..
request.dispatcher feat(dispatcher): add registration-time pipeline behavior ordering via AddBehavior<T>(order:) 2026-07-12 21:58:49 +02:00
request.dispatcher.tests feat(dispatcher): add registration-time pipeline behavior ordering via AddBehavior<T>(order:) 2026-07-12 21:58:49 +02:00
request.result docs(result): document that failure equality ignores error content 2026-07-12 21:53:26 +02:00
request.result.tests docs(result): document that failure equality ignores error content 2026-07-12 21:53:26 +02:00
request.validation fix(validation): make Severity meaningful in Validation.IsValid 2026-07-12 21:54:45 +02:00
request.validation.tests fix(validation): make Severity meaningful in Validation.IsValid 2026-07-12 21:54:45 +02:00