-
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
Allow navigations to owned types to be non-virtual #20015
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@ajcvickers @AndriySvyryd @smitpatel Note: with the commits above the scenario in #19847 works even if the collection is virtual. Also I've added some tests including some to test non-proxy lazy-loading. |
Pending design meeting
@smitpatel @AndriySvyryd Reverted to original method of doing this as agreed. Please sign-off on that. |
Pinging @smitpatel Any comments or is this what you were expecting? |
What is the planned release for this - would love to see this in 3.1.4 as there is no work-around... |
Fix for #12462. Also a workaround for #19847 - which could now be solved by making the reference to the owned type non-virtual.
Added some tests.