v1.2.8
- 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 theNullCheckNestedCLRObjects
flag.