v1.24.0 ✅

  • [Validate] Source Generator — decorate any record/class to get .Validate() returning Result<T>; delegates to Validator.TryValidateObject (all 20+ DataAnnotations types supported); field errors surface as ValidationError with FieldName; composable with .Bind() / .ToIResult() / .ToActionResult()
  • 7 new generator tests, 2,843 total tests