SharpZipLib
SharpZipLib copied to clipboard
Source contains really large files
There are a couple of files that are several thousands LoC, this makes refactoring, merges and finding the right code much harder.
One file in particular is in need of splitting: ZipFile.cs. It's over 5k LoC and have clearly segmented portions that could be split to their own files.