Skip to content

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 07 Aug 21:35
· 2 commits to main since this release

Added

  • Added Crabalidator.Testing package for lightweight validator tests without a full application host.
  • Added AddCrabalidatorTesting(...) and AddCrabalidatorTestingAdapter(...) registration helpers.
  • Added direct validator test runner through CrabalidatorTest.For<TValidator>().
  • Added validation result assertions for valid results, property failures, error messages, error codes, severity, and multiple property errors.