-
Hello,
Sharpcompress library is very good, thank you for it.
I have a problem with opening 7z achives where one of file has invalid modified date (e.g. 27.2.27586) (These archives are generated au…
-
Anyone know why lxoffline would be looking for a capital TTL when only lowercase exists? https://1drv.ms/i/s!AsBlZbBf72iNoL5YhDgFZt47nBHROQ (skip onedrive login - unneeded)
-
Hello!
I've noticed that ZipWritingStream on `Dispose` method call will produce a new ZipEntry.
But it doesn't have protection against subsequent `Dispose` call. For example:
```C#
using (var st…
-
@adamhathcock - I had a little time so I restarted looking at something I hadn't touched in a couple of years. I've created an XZ reader using your implementation of LZMA. It's still pretty basic - re…
-
```
Unpacking archive: AdColonySDK.zip
--> 1%...
--> 2%...
Excepci?n no controlada: System.IO.PathTooLongException: La ruta de acceso especificada o el nombre de archivo (o ambos) son demasiad…
-
```
var dictionarySize = 16 * 1024 * 1024;
using (var fs = File.OpenRead(inputFilePath))
using (var ofs = File.Create(inputFilePath+".lzma"))
using …
-
There is no proper documentation to use it
Please add proper documentation and example to compress and uncompress with 7Zip LZMA with other parameters like with encryption, with a password and so o…
-
Looks like there's a XZ implementation that might be primed to be included:
https://github.com/sambott/XZ.NET/issues/1
-
Does not display accent on files name in ZIP files
See attached screenshot.
![quicklook](https://cloud.githubusercontent.com/assets/18566003/26648536/28b8e316-4619-11e7-8278-5c39c98fcc5f.png)
-
your Example said
`using (var archive = ZipArchive.Create())
{
archive.AddAllFromDirectory(@"C:\source");
archive.SaveTo(@"C:\new.zip");
}`
[https://github.com/adamhathcock/sharpcompress/wiki/…