You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.