You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #26213 we are making it always generate left join since inner join would dependent on owner's nullability which is not available right now in the method which determines join vs left join. We can pass owner nullability from caller which has entity shaper expression. This would pubternal API break so deferring to next release.
The text was updated successfully, but these errors were encountered:
We recommend against using the in-memory provider for testing--see Testing EF Core Applications. While we have no plans to remove the in-memory provider, we will not be adding any new features to this provider because we believe valuable development time is better spent in other areas. When feasible, we plan to still fix regressions in existing behavior.
In #26213 we are making it always generate left join since inner join would dependent on owner's nullability which is not available right now in the method which determines join vs left join. We can pass owner nullability from caller which has entity shaper expression. This would pubternal API break so deferring to next release.
The text was updated successfully, but these errors were encountered: