Closed reubenShilling closed 4 months ago
the GDB-related code is in the "IO.ShapeFile" nuget package, you don't need to add another package to your solution
the GDB-related code is in the "IO.ShapeFile" nuget package, you don't need to add another package to your solution
I didn't think so... can you please double-check?
Ok, the GDB-related code is in this github repository, here, so I assumed that the same code is deployed in the same package.
I checked and you're right, actually GDBReader/Writer classes looks not deployed inside the nuget package.
as in the release description
There's now just one DLL, "NetTopologySuite.IO.Shapefile.dll"
sorry for the mistake
We can probably just move GDBReader
and GDBWriter
into the main project?
makes sense to me, but probably we should also remove "VeDEx" references in the comments, that is a reference to a product I was working on probably 15 years ago!
We can probably just move
GDBReader
andGDBWriter
into the main project?
Thanks for the quick response guys! So am I correct in saying that as of now these two classes are not included in any NTS nuget package?
Yep, absolutely
Am I nuts or is NetTopologySuite.IO.GDB completely missing from the nuget package?