mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-09 05:24:55 +00:00
[PR #834] [MERGED] Add SharpCompressException and use it or children in most places #1270
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/834
Author: @adamhathcock
Created: 4/23/2024
Status: ✅ Merged
Merged: 4/28/2025
Merged by: @adamhathcock
Base:
master← Head:exception-normalization📝 Commits (9)
8cb621eAdd SharpCompressException and use it or children in most placesa283d99compilese31238dfmte4d5b56fix more nulls and tests5d9c995fmt95caffeMerge remote-tracking branch 'origin/master' into exception-normalizationd3a9e34Merge fixesa480a88format1f39a0cMerge remote-tracking branch 'origin/master' into exception-normalization📊 Changes
70 files changed (+234 additions, -258 deletions)
View changed files
📝
src/SharpCompress/Archives/AbstractArchive.cs(+1 -1)📝
src/SharpCompress/Archives/AbstractWritableArchive.cs(+1 -1)📝
src/SharpCompress/Archives/GZip/GZipArchive.cs(+2 -2)📝
src/SharpCompress/Archives/GZip/GZipArchiveEntry.cs(+1 -1)📝
src/SharpCompress/Archives/Rar/RarArchiveEntry.cs(+1 -1)📝
src/SharpCompress/Archives/Tar/TarArchiveEntry.cs(+1 -1)📝
src/SharpCompress/Archives/Zip/ZipArchiveEntry.cs(+1 -1)➖
src/SharpCompress/Common/ArchiveException.cs(+0 -9)➖
src/SharpCompress/Common/CryptographicException.cs(+0 -9)➖
src/SharpCompress/Common/ExtractionException.cs(+0 -12)📝
src/SharpCompress/Common/FilePart.cs(+1 -1)➖
src/SharpCompress/Common/IncompleteArchiveException.cs(+0 -7)➖
src/SharpCompress/Common/InvalidFormatException.cs(+0 -12)➖
src/SharpCompress/Common/MultiVolumeExtractionException.cs(+0 -12)➖
src/SharpCompress/Common/MultipartStreamRequiredException.cs(+0 -7)📝
src/SharpCompress/Common/Rar/CryptKey5.cs(+1 -1)📝
src/SharpCompress/Common/Rar/Headers/ArchiveCryptHeader.cs(+0 -3)📝
src/SharpCompress/Common/Rar/Headers/FileHeader.cs(+29 -20)📝
src/SharpCompress/Common/Rar/Headers/RarHeader.cs(+1 -2)📝
src/SharpCompress/Common/Rar/Headers/RarHeaderFactory.cs(+8 -5)...and 50 more files
📄 Description
covers https://github.com/adamhathcock/sharpcompress/issues/830
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.