Skip to content

v0.7.0-beta3

Pre-release
Pre-release

Choose a tag to compare

@brighid-bot brighid-bot released this 23 Feb 23:56
feffe51

Bug Fixes:

  • Fixed an issue where the generator would attempt to generate validations for collection types, which would result in a stack overflow. The validations generator no longer recurses into these types, or any type that lives in an assembly that starts with "System"
  • Fixed an issue where validations were being generated for private and protected properties.