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

Entity equality: fix mis-identification as collection navigation #17447

Merged
merged 1 commit into from
Aug 27, 2019

Commits on Aug 27, 2019

  1. Entity equality: fix mis-identification as collection navigation

    We now flow the last navigation only for pure traversal (via member,
    EF.Property) and not for Select and others. This corrects valid
    entity references which were misidentified as collection navigations.
    
    Fixes #17229
    roji committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    0b5fb84 View commit details
    Browse the repository at this point in the history