-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
DbContext Scaffolding of geography type columns fail #3014
Comments
That is by design, there is currently no support for geography columns. It is in the backlog: #1100 |
Do you have any recommended workarounds? |
If you are running on full .NET 4.5/4.6, use EF 6.x! |
BTW we may be able to introduce an interim workaround until we have proper spatial support #3076 |
For anyone that ends up here from google, this is now supported via adding the nuget package |
Not the hero we deserve but the hero we need |
Executing dnx ef dbcontext scaffold EntityFramework.SqlServer
For column [country][coordinates]. Could not find type mapping for SQL Server type geography. Skipping column.
The text was updated successfully, but these errors were encountered: