Add a reference to System.Core when it's already referenced by the build system

前端 未结 5 1782
挽巷
挽巷 2021-02-02 06:02

Visual Studio Intellisense is not recognizing the dynamic keyword, even though the project builds. I tried to add a reference to System.Core to solve the problem. I

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-02 06:33

    public DbSet Createrequestdatas { get; set; }
    

    If all references are added correctly then you might have missed type for dbset in getter and setter.

提交回复
热议问题