Skip to content

0.1.0

Choose a tag to compare

@kolan72 kolan72 released this 29 Nov 11:18
· 268 commits to main since this release
  • Update to FluentValidation 11.11.0.
  • Made the TOptions parameter of the IObjectValidator<TObj, TOptions> contravariant.
  • Made the TObj parameter of the IObjectValidator, IObjectValidator<TObj, TOptions> interfaces contravariant.
  • ExpressValidator codebase size reduced by moving PropertyInfoToFuncConverter class to bench project.
  • Unreference the Benchmark.csproj project from reference to the 'ExpressValidator.csproj' project.
  • Add the Rider-related .gitignore.
  • Remove unused using directives.
  • Update Benchmark.csproj nuget packages.