-
I have downloaded a zip file as a stream through HttpClient in C# and I am trying to open one of the files inside the archive as a stream but for some reason when I use OpenEntryStream the stream retu…
-
Hello, when I extract a rar file with password everything works as expected if the password is ok. However, when the password is wrong the extraction runs without raising any exception and the files a…
-
This only happens when compiling in the release mode in UWP. It happens since version 25.1. Version 25.0 works well. Debug also works. Here is the error that I get:
```
1>Error: NUTC3043:Attempt to …
-
Well, this was not properly documented anywhere on the Internet. There were some possibilities, but they wouldn't calculate properly. This is a working Progress percentage calculation for decompressin…
-
I have a MVC function that I'm migration to an Azure Function. During the migration, I ran in some kind of dependency problem:
![image](https://user-images.githubusercontent.com/7141563/45299476-07…
-
The following zip file throws an unknown header exception
http://downloadmirror.intel.com/24498/a08/gfx_7-8.1_15.36.0.4014_beta.zip
Cheers,
Paul
-
-
### Related Problem
https://github.com/NuGet/NuGetGallery/issues/6946
https://github.com/NuGet/NuGetGallery/issues/9776
### The Elevator Pitch
## Short description
Looking on github.com rep…
-
I'm using this code.
It takes like 10 minutes to extract 272 files from a 7-zip archive that is not special by any means. Well, it's been compressed using the Ultra setting… :)
I has some of th…
-
Even for archives without any compression ReadOnlySubStream throws exception on getting length
I think it should return initial value of bytesToRead getted in constructor