request/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Louis Seubert fbbe94bfa8
fix(result): Result<T> hash collision
A success result wrapping a value whose GetHashCode is 0 (e.g. Result<int>
with 0) collides with a failure result, both hashing to 0.
2026-07-12 21:25:21 +02:00
..
request.dispatcher feat: hide pipelines internals from stack trace 2026-05-29 23:10:01 +02:00
request.dispatcher.tests feat: hide pipelines internals from stack trace 2026-05-29 23:10:01 +02:00
request.result fix(result): Result<T> hash collision 2026-07-12 21:25:21 +02:00
request.result.tests fix(result): Result<T> hash collision 2026-07-12 21:25:21 +02:00
request.validation feat: add json property path supports for object keys 2026-05-30 21:17:14 +02:00
request.validation.tests feat: add json property path supports for object keys 2026-05-30 21:17:14 +02:00