mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-10 13:39:12 +00:00
[PR #674] [MERGED] Suppress nested NonDisposingStream #1157
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/674
Author: @MartinDemberger
Created: 6/19/2022
Status: ✅ Merged
Merged: 6/20/2022
Merged by: @adamhathcock
Base:
master← Head:DeduplicateNonDisposing📝 Commits (2)
35336a0Suppress nested NonDisposingStreamcd3114dMerge branch 'master' into DeduplicateNonDisposing📊 Changes
19 files changed (+54 additions, -45 deletions)
View changed files
📝
src/SharpCompress/Archives/GZip/GZipWritableArchiveEntry.cs(+3 -3)📝
src/SharpCompress/Archives/Tar/TarWritableArchiveEntry.cs(+3 -3)📝
src/SharpCompress/Archives/Zip/ZipWritableArchiveEntry.cs(+3 -3)📝
src/SharpCompress/Common/Volume.cs(+3 -3)📝
src/SharpCompress/Common/Zip/StreamingZipFilePart.cs(+3 -3)📝
src/SharpCompress/Common/Zip/ZipFilePart.cs(+3 -3)📝
src/SharpCompress/Compressors/Xz/XZFooter.cs(+2 -2)📝
src/SharpCompress/Compressors/Xz/XZHeader.cs(+2 -2)📝
src/SharpCompress/Compressors/Xz/XZIndex.cs(+2 -2)📝
src/SharpCompress/IO/NonDisposingStream.cs(+11 -2)📝
src/SharpCompress/Readers/ReaderFactory.cs(+3 -3)📝
src/SharpCompress/Writers/GZip/GZipWriter.cs(+3 -3)📝
src/SharpCompress/Writers/Tar/TarWriter.cs(+2 -2)📝
src/SharpCompress/Writers/Zip/ZipWriter.cs(+2 -2)📝
tests/SharpCompress.Test/ArchiveTests.cs(+2 -2)📝
tests/SharpCompress.Test/ReaderTests.cs(+2 -2)📝
tests/SharpCompress.Test/Streams/ZlibBaseStreamTests.cs(+2 -2)📝
tests/SharpCompress.Test/WriterTests.cs(+2 -2)📝
tests/SharpCompress.Test/Zip/ZipReaderTests.cs(+1 -1)📄 Description
Suppresses the creation of a
NonDisposingStreamwhich wrappes anotherNonDisposingStreamwith same settings🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.