Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QueryRewrite: enable inmemory tests failing with NRE and "Nullable object must have a value" #15343

Closed
maumar opened this issue Apr 12, 2019 · 1 comment
Assignees

Comments

@maumar
Copy link
Contributor

maumar commented 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.

@maumar maumar self-assigned this Apr 12, 2019
@maumar maumar added this to the 3.0.0 milestone Apr 12, 2019
@maumar 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
@ajcvickers ajcvickers modified the milestones: 3.0.0, 3.0.0-preview7 Jul 2, 2019
@ajcvickers
Copy link
Member

Closed in favor of #16963

@ajcvickers ajcvickers removed this from the 3.0.0 milestone Aug 9, 2019
@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants