mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-12 21:22:26 +00:00
[PR #821] [CLOSED] Second attempt at async #1262
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/821
Author: @adamhathcock
Created: 3/29/2024
Status: ❌ Closed
Base:
master← Head:async-2📝 Commits (5)
e5944cfadd writer support for asyncc39a155Merge branch 'master' into async-292174f4revert naming changes69872ddsplit filesf298ad3more reverts📊 Changes
7 files changed (+1033 additions, -3 deletions)
View changed files
📝
src/SharpCompress/Utility.cs(+8 -0)📝
src/SharpCompress/Writers/AbstractWriter.cs(+12 -0)📝
src/SharpCompress/Writers/GZip/GZipWriter.cs(+13 -0)📝
src/SharpCompress/Writers/IWriter.cs(+13 -0)📝
src/SharpCompress/Writers/Tar/TarWriter.cs(+13 -0)➕
src/SharpCompress/Writers/Zip/ZipWriter.Legacy.cs(+560 -0)📝
src/SharpCompress/Writers/Zip/ZipWriter.cs(+414 -3)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.