icsharpcode / SharpZipLib

#ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.
http://icsharpcode.github.io/SharpZipLib/
MIT License
3.7k stars 976 forks source link

fix(tar): enable async overrides on net6 #811

Closed piksel closed 1 year ago

piksel commented 1 year ago

Implicitly include async overrides on NETCOREAPP3_1_OR_GREATER to include them when targeting .NET 6.

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.

codecov[bot] commented 1 year ago

Codecov Report

Merging #811 (b174bc3) into master (cbb9e83) will decrease coverage by 0.04%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #811      +/-   ##
==========================================
- Coverage   74.77%   74.73%   -0.05%     
==========================================
  Files          72       72              
  Lines        8501     8507       +6     
==========================================
+ Hits         6357     6358       +1     
- Misses       2144     2149       +5     
Impacted Files Coverage Δ
src/ICSharpCode.SharpZipLib/Tar/TarBuffer.cs 72.72% <ø> (-0.90%) :arrow_down:
src/ICSharpCode.SharpZipLib/Tar/TarHeader.cs 84.53% <ø> (+0.05%) :arrow_up:
src/ICSharpCode.SharpZipLib/Tar/TarInputStream.cs 62.32% <ø> (-0.89%) :arrow_down:

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