Arthur Vickers

Results 1127 comments of Arthur Vickers

@MeWagh It was never a priority. See [release planning](https://docs.microsoft.com/en-us/ef/core/what-is-new/release-planning) for information on how we decide what to work on.

This issue is lacking enough information for us to be able to fully understand what is happening. Please attach a small, runnable project or post a small, runnable code listing...

Note for triage: we don't handle assigning null to the anonymous type after calling `DefaultIfEmpty`, but it seems like this should work, and it works in LINQ-to-Objects.

This issue is in the Backlog milestone. This means that it is not fixed in EF Core 8.0. We will [re-assess the backlog](https://docs.microsoft.com/ef/core/what-is-new/release-planning) and consider this item in the upcoming...

Note for team: This is a consequence of lazy-loading for detached entities, which is kicking in even though the navigation is non null. Still repros on the latest daily.

> My suggestion is that when a detached (but to a context associated entity) performs a lazy loading operation, that (lazy) loaded entity would be attached to (and tracked by)...

Still repros on latest daily. /cc @roji @maumar