Query: Included navigations are not fixed up in loaded related data #9271
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
I am using T-Sql to get some records and in the same query I use Include() to include related entities of the entities that I get in the T-Sql.
At the end, in the dbContext, I have all the entities, the entities that I get from the T-Sql and the entities that I get from the Include(), but EF only relates the entities that I get from the T-Sql, but not the entities that I get from the Include().
I add the link to on drive with an example that reproduces this error. The application has two tests, the test that reproduce this error is the Test02, and I have comments in the code that explain the expected behavior and comment the result that I get.
https://1drv.ms/u/s!AiTepLSbavZ0gRfxbvJr6mkF2fAo
The text was updated successfully, but these errors were encountered: