SQL Server Geography datatype with .Net Core 2.1
Asked Answered
C

0

6

I understand that the SQL Server geography and geometry datatypes are not currently supported in .Net EF Core, but I'd still like to use them in standard .Net Core 2.1. The Microsoft.SqlServer.Types package does not seem to work in Core, at least not as a default install via NuGet.

Is there support for geography in Core directly or as a work-around? So far, the found references are pre- Core 2.

Coconut answered 8/10, 2018 at 21:17 Comment(1)
There will be a preview of spatial support, check this: github.com/aspnet/Announcements/issues/308Upanchor

© 2022 - 2024 — McMap. All rights reserved.