mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #815] [MERGED] Code clean up #1252
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/815
Author: @adamhathcock
Created: 3/14/2024
Status: ✅ Merged
Merged: 3/14/2024
Merged by: @adamhathcock
Base:
master← Head:code-clean-up📝 Commits (8)
0299232just using rider to clean up2715ae6use var5f13e24more clean up on tests94d1503more clean up198a067more clean up95975a4even more clean up4afc7aeuse complete namespace3fa85fcMerge branch 'master' into code-clean-up📊 Changes
117 files changed (+1222 additions, -1751 deletions)
View changed files
📝
src/SharpCompress/Algorithms/Adler32.cs(+33 -33)📝
src/SharpCompress/Archives/AbstractWritableArchive.cs(+3 -3)📝
src/SharpCompress/Archives/ArchiveVolumeFactory.cs(+1 -1)📝
src/SharpCompress/Archives/GZip/GZipArchive.cs(+1 -1)📝
src/SharpCompress/Archives/Rar/RarArchive.cs(+3 -3)📝
src/SharpCompress/Archives/Rar/RarArchiveVolumeFactory.cs(+1 -1)📝
src/SharpCompress/Archives/Tar/TarArchive.cs(+1 -1)📝
src/SharpCompress/Archives/Zip/ZipArchive.cs(+1 -1)📝
src/SharpCompress/Archives/Zip/ZipArchiveVolumeFactory.cs(+1 -1)📝
src/SharpCompress/Common/ExtractionMethods.cs(+5 -5)📝
src/SharpCompress/Common/OptionsBase.cs(+1 -1)➖
src/SharpCompress/Common/PasswordProtectedException.cs(+0 -12)📝
src/SharpCompress/Common/Rar/CryptKey3.cs(+1 -4)📝
src/SharpCompress/Common/Rar/CryptKey5.cs(+16 -18)📝
src/SharpCompress/Common/Rar/Headers/ArchiveCryptHeader.cs(+2 -4)📝
src/SharpCompress/Common/Rar/Rar5CryptoInfo.cs(+1 -3)📝
src/SharpCompress/Common/Rar/RarCryptoBinaryReader.cs(+4 -13)📝
src/SharpCompress/Common/Rar/RarCryptoWrapper.cs(+3 -5)📝
src/SharpCompress/Common/SevenZip/ArchiveDatabase.cs(+7 -7)📝
src/SharpCompress/Common/SevenZip/ArchiveReader.cs(+3 -3)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.