Skip to content

0.12.0

Choose a tag to compare

@kolan72 kolan72 released this 31 Aug 17:12
· 75 commits to main since this release
  • Support .NET 8.0 and FluentValidation 12.0.0.
  • Fix ExpressPropertyValidator<TObj, T> to prevent calling Func<TObj, T> propertyFunc twice when a success handler is present.
  • Fix NU1504: Duplicate 'PackageReference' found
  • Update NUnit NuGet package to v4.4.0.
  • Add test for ValidateAsync with both WithValidation and WithAsyncValidation in ExpressValidatorBuilder.
  • Add test to ensure synchronous Validate throws AsyncValidatorInvokedSynchronouslyException if the builder has async rules.
  • Add a test for the ValidateAsync method with simulated external services.
  • Add 'Asynchronous Validation' README Chapter.