Luigi6821

Results 8 comments of Luigi6821

Hi @ajcvickers Please find attached a project for reproducing issue. [ReproducibleNullObject.zip](https://github.com/dotnet/efcore/files/11503022/ReproducibleNullObject.zip)

Hi @ajcvickers I believe it has same issue with non anonymous type. Example: ```c# var categories = from c in dbContext.Set().AsNoTracking() select new Category { Id = c.ADDRESSCATEGORYID, Name =...

Hi, Has been solved in version 8 ? I tested and seems still present.. Thanks in advance

Hi, thanks for prompt reply. I believe that this issue should be with high priority because fails on a simple left join operation. Anyway thanks for suggestion

> I will "vote" it for sure but let me say that this issue is really a bug for anyone want to outer join tables. Regards Luigi

Hi, I am testing version 9 preview 9.0.0-preview.3.24172.4 and still the error is present. Honestly I am buffled on how this "pillar" functionality is not working and how any other...

> Yes, this issue is still in the backlog milestone - we haven't yet fixed it. Ultimately, it has only 10 upvotes, meaning that very few users run into it,...