efcore
efcore copied to clipboard
Query: Inconsistency in reverse owned navigations handling
trafficstars
We have some inconsistent code around how back-ref (pointing to owner) working for owned navigation. It may or may not be working.
Do you have any specific scenarios in mind where it might not work?
From Query side, I am not entirely sure that it translates correctly. Nav expansion may be chopping it off. or we may generate join back. Or we may not generate join at all and throw random exception. Or we end up using actual properties from owner side. So unknown behavior.