Commit graph request/src/request.validation.tests/ValidationSeverityTests.cs
Author SHA1 Message Date
f7263c33a8
fix(validation): make Severity meaningful in Validation.IsValid
Validation.IsValid previously counted every problem regardless of severity,
leaving Severity inert. Now IsValid only fails on Error problems, so Warning
and Info no longer invalidate the result, and IsValidFor(Severity) lets
callers set the failing-severity threshold.
2026-07-12 21:25:21 +02:00