You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
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.
@msawczyn do let me know if there's anything I can do to help. I really like your extension and it has helped me in my projects a lot.
For now I have worked around the issue by adding a partial class and adding the column in the partial class as a property (with type Point from the Geometries library).
msawczyn
added
released
Issue is resolved in a current release
and removed
pending release
Issue is resolved in the current codebase, will be published with the next release
labels
Apr 11, 2020
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?
The text was updated successfully, but these errors were encountered: