Why EF Core LINQ query works okay for one child and does not work for another one?
So I have a query to get a list of chats with 2 users (including their pictures) and the last message.
Why EF Core LINQ query works okay for one child and does not work for another one?
So I have a query to get a list of chats with 2 users (including their pictures) and the last message.