NetTopologySuite / NetTopologySuite.IO.ShapeFile

The ShapeFile IO module for NTS.
35 stars 25 forks source link

#27 immediate "lazy" evaluation to avoid dispose issues #30

Closed DGuidi closed 4 years ago

DGuidi commented 4 years ago

Probably the best code is to remove Lazy objects at all: I don't want to change too much code, but if you wish...
I needed to "fix" also two tests that explicitely asserts that an exception is thrown if a disposed object was used to read for data.

DGuidi commented 4 years ago

actually remove lazy objects required not so much code changes

DGuidi commented 4 years ago

Feel free to merge the PR, or let me know if I must do the merge by myself.

DGuidi commented 4 years ago

as a side note, to attribute similar to GeoJsonIssueNumber - see this comment - exists here

airbreather commented 4 years ago

as a side note, to attribute similar to GeoJsonIssueNumber - see this comment - exists here

9345ebe