dotnet / EntityFramework.Docs

Documentation for Entity Framework Core and Entity Framework 6
https://docs.microsoft.com/ef/
Creative Commons Attribution 4.0 International
1.63k stars 1.96k forks source link

Example extension method does not build #1260

Closed bsambrone closed 5 years ago

bsambrone commented 5 years ago

In the GeometryExtensions, the GeometryTransform type is not recognized. Was this written for an older version of ProjNet4GeoAPI?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

bricelam commented 5 years ago

It's in the NetTopologySuite.CoordinateSystems package. (You can also install the NetTopologySuite meta-package to get it.)

bsambrone commented 5 years ago

Worked great, pulling the NetTopologySuite.CoordinateSystems package from Nuget made everything right as rain. Thanks!

bricelam commented 5 years ago

Re-opening. We should add a note to install that package (or just the NetTopologySuite meta-package)

bricelam commented 5 years ago

GeometryTransform is gone in NTS/ProjNet v2. The sample has been updated to not use it anymore.