SharpZipLib icon indicating copy to clipboard operation
SharpZipLib copied to clipboard

feat(gzip): add GzipOutputStream async support

Open piksel opened this issue 4 years ago • 1 comments

Follow up to #574 that implements DisposeAsync and "true" async write support to GzipOutputStream.

I certify that I own, and have sufficient rights to contribute, all source code and related material intended to be compiled or integrated with the source code for the SharpZipLib open source product (the "Contribution"). My Contribution is licensed under the MIT License.

piksel avatar Oct 09 '21 19:10 piksel

Codecov Report

Merging #672 (e61251a) into master (519ed73) will increase coverage by 0.10%. The diff coverage is 90.32%.

@@            Coverage Diff             @@
##           master     #672      +/-   ##
==========================================
+ Coverage   74.60%   74.70%   +0.10%     
==========================================
  Files          72       72              
  Lines        8457     8465       +8     
==========================================
+ Hits         6309     6324      +15     
+ Misses       2148     2141       -7     
Impacted Files Coverage Δ
...ib/Zip/Compression/Streams/DeflaterOutputStream.cs 82.47% <ø> (+7.70%) :arrow_up:
...c/ICSharpCode.SharpZipLib/GZip/GzipOutputStream.cs 86.48% <90.32%> (-1.02%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Oct 09 '21 19:10 codecov[bot]