Replies: 1 comment 4 replies
-
Use Geometry.STGeomFromText |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're trying to move a .NET 4.5.2 project to .NET 5.0, while still using Entity Framework 6, and we've been having issues with the System.Data.Entity.Spatial types.
Some web browsing led us to dotMorten/Microsoft.SqlServer.Types - and that got us only one more step down the path.
Our current problem is that we're making extensive use of the DbGeometry.XxxFromText() methods in our test suites, and it appears that they are not yet implemented:
Since these functions aren't yet implemented, what would be a reasonable workaround? How can I create a DbGeometry, using what is currently implemented?
That is, what can I do instead of this:
Beta Was this translation helpful? Give feedback.
All reactions