mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #489] [CLOSED] Use RecyclableMemoryStreamManager #1052
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/489
Author: @adamhathcock
Created: 10/22/2019
Status: ❌ Closed
Base:
master← Head:recycle-memory-stream📝 Commits (4)
a04a0a5Use RecyclableMemoryStreamManager9e842eeFix cake buildb5a8978Fix packd6a6085Update docker build📊 Changes
11 files changed (+42 additions, -38 deletions)
View changed files
📝
.circleci/config.yml(+1 -1)📝
README.md(+1 -1)📝
build.cake(+21 -26)📝
src/SharpCompress/Archives/Tar/TarArchive.cs(+1 -1)📝
src/SharpCompress/Common/SevenZip/ArchiveReader.cs(+1 -1)📝
src/SharpCompress/Compressors/ADC/ADCBase.cs(+2 -2)📝
src/SharpCompress/Compressors/LZMA/AesDecoderStream.cs(+1 -1)📝
src/SharpCompress/Compressors/PPMd/PpmdStream.cs(+4 -1)📝
src/SharpCompress/IO/RewindableStream.cs(+5 -2)📝
src/SharpCompress/SharpCompress.csproj(+3 -2)📝
src/SharpCompress/Utility.cs(+2 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.