-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Query: Complex case of null check removal #17020
Labels
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-bug
Milestone
Comments
Such query constructs are also generated from AutoMapper (in some cases? Never seen all users with this kind of pattern). Removing milestone to reconsider priority. |
I have an idea for this. Poaching. |
Hi! Any way I can help move this along? Would love to get back to using AutoMapper's ProjectTo instead of our current workaround. |
smitpatel
added a commit
that referenced
this issue
Aug 25, 2020
Resolves #17020 It is already fixed in some earlier commit
ghost
pushed a commit
that referenced
this issue
Aug 25, 2020
Resolves #17020 It is already fixed in some earlier commit
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-bug
Since each test is wrapped in bracket we currently fail to remove null check.
Translation fails because entity equality will put Id access on conditional expression which is not entity shaper.
The text was updated successfully, but these errors were encountered: