-
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
Entity equality: handle non-anonymous types in projection #16789
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
Comments
roji
added a commit
that referenced
this issue
Jul 27, 2019
Also various modifications to support MemberMemberBinding better. Fixes #16789
roji
added a commit
that referenced
this issue
Jul 27, 2019
Also various modifications to support MemberMemberBinding better. Fixes #16789
roji
added a commit
that referenced
this issue
Jul 27, 2019
Also various modifications to support MemberMemberBinding better. Fixes #16789
roji
added a commit
that referenced
this issue
Jul 30, 2019
MemberAssignmentBinding only for now. Fixes #16789
roji
added a commit
that referenced
this issue
Jul 30, 2019
MemberAssignmentBinding only for now. Fixes #16789
roji
added a commit
that referenced
this issue
Jul 31, 2019
MemberAssignmentBinding only for now. Fixes #16789
roji
added a commit
that referenced
this issue
Jul 31, 2019
MemberAssignmentBinding only for now. Fixes #16789
Confirmed working with 3.0.0-rc1 👍 |
Thanks for the confirmation! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
We currently handle projecting through anonymous types, but not non-anonymous types. We should visit the MemberInitExpression and perform entity equality rewriting.
Examples:
Raised in #16719, thanks @smitpatel for first analysis.
The text was updated successfully, but these errors were encountered: