dotnet / efcore

EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
https://docs.microsoft.com/ef/
MIT License
13.73k stars 3.17k forks source link

Update to NetTopologySuite v2 #14825

Closed bricelam closed 5 years ago

bricelam commented 5 years ago

This version of NetTopologySuite has some fairly significant breaking changes. (e.g. splitting Coordinate into types like CoordinateXY, CoordinateXYZ, etc.) If our timelines align, it would be nice to upgrade to the new version during our 3.0.0 release. If not, we may need to consider creating packages like Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite2 or something.

cc @airbreather @FObermaier

FObermaier commented 5 years ago

I'm willing to help make it possible to have NTS v2 out before your 3.0.0 release. Can you elaborate about your timeline, is it accessible someplace?

bricelam commented 5 years ago

We typically follow the .NET Core Roadmap. lol, which is even more vague than usual... Let’s sync over email.