Skip to content

v1.2.9

Choose a tag to compare

@tghamm tghamm released this 08 Oct 12:34
· 72 commits to master since this release
921199d
  • Addresses a critical regression in 1.2.6+ causing EF/Linq to SQL queries to fail in circumstances where CLR objects are checked for null. Checks for null CLR objects are now opt-in supported for non EF use cases by using the BuildExpressionOptions class and the NullCheckNestedCLRObjects flag.