mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
Redo Tar support #188
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 @adamhathcock on GitHub (May 30, 2017).
The Tar code I've originally used feels too hacky and featureless. Find another implementation.
https://github.com/icsharpcode/SharpZipLib/tree/master/src/ICSharpCode.SharpZipLib/Tar
SharpZipLib is MIT licensed.
@adamhathcock commented on GitHub (May 30, 2017):
Might fix:
https://github.com/adamhathcock/sharpcompress/issues/22
https://github.com/adamhathcock/sharpcompress/issues/50
https://github.com/adamhathcock/sharpcompress/issues/124
https://github.com/adamhathcock/sharpcompress/issues/132
@adamhathcock commented on GitHub (May 31, 2017):
Need to watch out for this: https://github.com/icsharpcode/SharpZipLib/issues/103