Arnaud Debaene
Arnaud Debaene
Hello JSkimming, Here is a 1st implementation of adding support to IAsyncInterceptor in order to support mehods that return `IAsyncEnumerable` Note that: - I have **NOT** implemented support in AsyncInterceptorBase,...
Hello, Using Dotnetzip 1.16 from nuget with .Net core sample app, I run into an issue with PkzipWeak encryption: Using the following simple test: ``` private static void Main(string[] args)...
It is already possible to create a ZIP through streaming (with ZipOutputStream or ZipFile.Save(Stream). However, it is not possible to unzip and stream the decompressed content from a non-seekable zip...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...