System.Data.Entity.Spatial replacement in ASP.NET Core

后端 未结 5 1448
自闭症患者
自闭症患者 2020-12-14 02:36

I am trying to migrate a webform from ASP.NET MVC to ASP.NET Core MVC. Currently I am trying to find a way to replace:

using System.Data.Entity.Spatial;
         


        
5条回答
  •  春和景丽
    2020-12-14 03:24

    It is purely because Entity Framework 7 doesn't support Spatial stuff. Yet. You can follow the github issue related to it here. https://github.com/aspnet/EntityFramework/issues/1100

提交回复
热议问题