Quantcast
Channel: DotSpatial Source Code Rss Feed
Viewing all articles
Browse latest Browse all 565

Patch Uploaded: #17513

$
0
0

jocull has uploaded a patch.

Description:
This is a critical issue where some implementations were changed to `IList<T>` instead of `List<T>`, causing the `Reverse` method to return a new `IEnumerable<T>` instead of reversing the list in place as before. This is most critical when saving shapefiles with holes.

I searched through the source code for usages of `.Reverse(` and fixed the ones that looked incorrect to me - the ones where `.Reverse()` was called but the result was not used.

Please fix this critical issue and publish an update to Nuget! We need this for production and will have to maintain our own version in the short term.

Thank you!


Viewing all articles
Browse latest Browse all 565

Trending Articles