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
In the old pipeline in memory provider needed null protection when accessing property on nullable entity (e.g. in case of groupjoin or optional navigation). This is no longer needed with the new design so we don't need to do this. However, until the new design is finished those tests will be failing.
The text was updated successfully, but these errors were encountered:
maumar
changed the title
QueryRewrite: enable inmemory tests failing with "Nullable object must have a value"
QueryRewrite: enable inmemory tests failing with NRE and "Nullable object must have a value"
Apr 12, 2019
In the old pipeline in memory provider needed null protection when accessing property on nullable entity (e.g. in case of groupjoin or optional navigation). This is no longer needed with the new design so we don't need to do this. However, until the new design is finished those tests will be failing.
The text was updated successfully, but these errors were encountered: