mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-08 13:34:57 +00:00
[PR #565] [CLOSED] On ongoing branch of making everything async #1102
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/565
Author: @adamhathcock
Created: 2/1/2021
Status: ❌ Closed
Base:
master← Head:async📝 Commits (10+)
3a820c5async Deflate. Start of writerbcdfd99async dispose and fix tests?2b4f029more async await9cf8a3dmore awaitscdba5ecAsyncEnumerable usage in entriesd234f2dFirst pass of trying tar7d2dc58More API fixesc6a011dFixed reader issue9738b81Fix rewindable stream and encoding testsf40d334Tar and Xz mostly work📊 Changes
121 files changed (+3044 additions, -2920 deletions)
View changed files
📝
src/SharpCompress/Archives/AbstractArchive.cs(+46 -74)📝
src/SharpCompress/Archives/AbstractWritableArchive.cs(+51 -45)📝
src/SharpCompress/Archives/ArchiveFactory.cs(+31 -27)📝
src/SharpCompress/Archives/GZip/GZipArchive.cs(+60 -49)📝
src/SharpCompress/Archives/GZip/GZipArchiveEntry.cs(+4 -2)📝
src/SharpCompress/Archives/GZip/GZipWritableArchiveEntry.cs(+6 -4)📝
src/SharpCompress/Archives/IArchive.cs(+10 -15)📝
src/SharpCompress/Archives/IArchiveEntry.cs(+3 -1)📝
src/SharpCompress/Archives/IArchiveEntryExtensions.cs(+22 -25)📝
src/SharpCompress/Archives/IArchiveExtensions.cs(+8 -4)➖
src/SharpCompress/Archives/IArchiveExtractionListener.cs(+0 -11)📝
src/SharpCompress/Archives/IWritableArchive.cs(+6 -4)📝
src/SharpCompress/Archives/IWritableArchiveExtensions.cs(+23 -18)📝
src/SharpCompress/Archives/Tar/TarArchive.cs(+55 -48)📝
src/SharpCompress/Archives/Tar/TarArchiveEntry.cs(+4 -2)📝
src/SharpCompress/Archives/Tar/TarWritableArchiveEntry.cs(+6 -4)📝
src/SharpCompress/Archives/Zip/ZipArchive.cs(+75 -54)📝
src/SharpCompress/Archives/Zip/ZipArchiveEntry.cs(+4 -2)📝
src/SharpCompress/Archives/Zip/ZipWritableArchiveEntry.cs(+6 -4)➕
src/SharpCompress/AsyncEnumerable.cs(+25 -0)...and 80 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.