Skip to content

Version 1.4.0

Choose a tag to compare

@nd1012 nd1012 released this 06 May 11:18
· 58 commits to main since this release
9f5b63d

Changes

  • IMultipleValidations for validation attributes which can return multiple validation results for a value
  • ValidationReferenceAttribute for referencing validation attributes of another property within the validation context object
  • ValidationReferenceIfAttribute for conditional property referencing
  • ValidationTemplateAttribute for predefined validation templates
  • ValidationTemplateIfAttribute for conditional validation templates
  • ValidationTemplates for managing validation templates
  • ValidatableTypes for denying/forcing type validation
  • ValidationExtensions.IgnoreGetOnlyErrors for ignoring failed getters of properties which don't have a public setter
  • More context information in error messages
  • Better abstract list/dictionary key/item type handling
  • Some performance improvments
  • Added PDBs and source code to the NuGet package

Full Changelog: v1.3.0...v1.4.0