Skip to content

v1.2.8

Compare
Choose a tag to compare
@tghamm tghamm released this 06 Oct 03:04
· 78 commits to master since this release
  • Addresses a critical regression in 1.2.6 and 1.2.7 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.