Upgrade from Entity Framework 5 to 6

后端 未结 4 2054
轻奢々
轻奢々 2020-12-04 08:42

After upgrading our project from using Entity Framework 5 to Entity Framework 6 (though NuGets update function) i get the following error on my generated Entities class:

4条回答
  •  渐次进展
    2020-12-04 09:41

    Microsoft have a page on upgrading to EF6: https://docs.microsoft.com/en-us/ef/ef6/what-is-new/upgrading-to-ef6

    Note: This may be same content @Kim Ki Won shows above but that link no longer works.

提交回复
热议问题