-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DbGeography type support #1527
Comments
cc @divega |
@takazm you better addres this issue to entity framework team. |
Closing so that we can follow up on the EF issue. It would be interesting to hear what type you are using to represent spatial values on the .NET side and why you choose it. |
I am working on a project which requires saving GPS coordinates into my database. I ran the dotnet-ef.. command to scaffold my tables into c# entities and I got this message :
Could not find type mapping for column 'table1.GPSCoords' with data type 'geography'. Skipping column.
Does this mean there is no support of the type yet and if so when will it be supported?
The text was updated successfully, but these errors were encountered: