EF Core Second level ThenInclude missworks

前端 未结 2 929
礼貌的吻别
礼貌的吻别 2020-11-22 09:09

Assume having these models first:

Method that has one OriginalCode OriginalCode that has many Mutants Mutan

2条回答
  •  一个人的身影
    2020-11-22 09:38

    In my case there was a conflict between the namespaces System.Data.Entity and Microsoft.EntityFrameworkCore. Just delete the first using line.

提交回复
热议问题