SevenZipSharp
SevenZipSharp copied to clipboard
Fork of SevenZipSharp on CodePlex
It was recently reported to me that GZIP archives containing files larger than 4GB do not extract correctly using SevenZipSharp. As we are all aware, the 7-zip EXE does not...
Thanks for the great library. I am having some problems with it. I tried to read .tar.gz and .tar.bz2 files but it comes with wrong data. It shows only 1...
I know there is an "FileExtractionFinished" event where i can abort further file extraction, which is called after each extracted file. But if i have a very huge file, is...
Was wanting to use this version of the library in an app I'm currently working on as it seems like the most up to date and maintained fork. I got...
Dear Community, I just recognized that the version 1.0.19.0 simply hangs at SevenZipExtractor.ExtractArchive(), when the path is too long, there is no exception, the function just never returns. In a...
Fixes issue #21 brought a direct stream getter delegate out made the stream classes public changed the signature for the "extract all files with callback" function removed garbage collection bossiness
I have ported SevenZipSharp to .net 4.0 and .net standard 2.0, this can help more people.
When trying to extract the .gz archive, the "System.ArgumentOutOfRangeException" error appears inside dll, and the .tar archive with the same name in the same folder appears. I attached the .gz...
Now that SevenZipSharp support .Net Std. will it then be running in .Core on Linux too? I'm seeing an issue with the 7zip.dll...are there an equivalent Linux library that can...