-
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
Reconsider navigations on query type #14481
Comments
The OP is rather terse so I do not know what it is about but I also find myself doing "manual navigations" when working with query types, which seems needless. For a specific example, if I know that my Movie query type has a list of MovieActor query types, right now I need to manually join the MovieActors to the Movie because I cannot define a Movie.Actors collection and have EF Core hook up the navigation collection on its own. This is not excessively difficult but is a small thing that EF Core could just take care of for me. |
Notes from triage: Issue #14194 is tracking merging query types and entity types. At that point all navigations will be allowed except those that reference an entity type with no key as the principal end. |
Update to the note above. After further discussion, all navigations to query types will be disallowed. This is because:
|
No description provided.
The text was updated successfully, but these errors were encountered: