mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
Typo in ArchiveReader.cs will cause build to fail in all configurations except Debug #52
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @haykpetros on GitHub (Aug 3, 2015).
If you look at Line 246 in "SharpCompress\Common\SevenZip\ArchiveReader.cs" you will notice extra line that is causing build to fail in any build configuration other than Debug:
So it is necessary to remove Line 246 completely in order to fix this issue.
@adamhathcock commented on GitHub (Aug 3, 2015):
Thanks for this, could you make this a Pull Request by chance?