Commit graph request/src/request.validation.tests/RuleBuilderExtensionsTests.cs
Author SHA1 Message Date
68194d3cb3
fix(validation): guard null comparison bounds in comparison builders
Passing a null bound to GreaterThan/LessThan/Between etc. called
value.CompareTo(null), throwing NullReferenceException for non-null
reference-type values. Short-circuit when the bound is null so the rule is
satisfied instead of crashing.
2026-07-12 21:25:21 +02:00
d614788e06
feat: create request projects for basic CQRS 2026-05-26 22:24:40 +02:00