This repository was archived by the owner on Jan 16, 2024. It is now read-only.
This repository was archived by the owner on Jan 16, 2024. It is now read-only.
Issue with GeographyPoint: System.Data.Entities.Spatial not found for .Net Core 3.1 #159
Closed
Description
Hi there,
I am trying to use GeographyPoint in one of my entities, however it seems that it is generating with System.Data.Entities.Spatial even when in .Net Core 3.1.x mode.
It should be using Point in NetTopologySuite.Geometries instead. (https://docs.microsoft.com/en-us/ef/core/modeling/spatial)
Is anyone else aware of this issue? Is this fixed in a release post 1.3.0.11?