mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-13 13:35:28 +00:00
[PR #958] [CLOSED] More cleanup #1378
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/958
Author: @adamhathcock
Created: 10/14/2025
Status: ❌ Closed
Base:
master← Head:adam/more-cleanup📝 Commits (10+)
6de3735more file scoped namespaces8b9d8c9formatting30fe351add bracesfedafd5start new editorconfig: file namespaces and use collection expressions37be684another round of fixes4ac74b6more85c1e93disable styling checks but fix build errors8b5e878fix a testbc7a968fmtc4597fdfix spacing📊 Changes
169 files changed (+2870 additions, -2941 deletions)
View changed files
📝
.editorconfig(+275 -460)📝
Directory.Build.props(+30 -7)📝
build/Program.cs(+1 -1)📝
src/SharpCompress/Algorithms/Adler32.cs(+3 -4)📝
src/SharpCompress/Archives/AbstractArchive.cs(+2 -2)📝
src/SharpCompress/Archives/AbstractWritableArchive.cs(+3 -3)📝
src/SharpCompress/Archives/ArchiveVolumeFactory.cs(+5 -0)📝
src/SharpCompress/Archives/AutoArchiveFactory.cs(+1 -1)📝
src/SharpCompress/Archives/GZip/GZipArchive.cs(+1 -1)📝
src/SharpCompress/Archives/GZip/GZipArchiveEntry.cs(+4 -1)📝
src/SharpCompress/Archives/IArchiveExtensions.cs(+0 -1)📝
src/SharpCompress/Archives/IWriteableArchiveFactory.cs(+0 -14)📝
src/SharpCompress/Archives/Rar/FileInfoRarFilePart.cs(+4 -1)📝
src/SharpCompress/Archives/Rar/RarArchive.cs(+2 -2)📝
src/SharpCompress/Archives/Rar/RarArchiveEntry.cs(+3 -1)📝
src/SharpCompress/Archives/Rar/RarArchiveEntryFactory.cs(+1 -1)📝
src/SharpCompress/Archives/Rar/RarArchiveVolumeFactory.cs(+8 -0)📝
src/SharpCompress/Archives/SevenZip/SevenZipArchive.cs(+11 -6)📝
src/SharpCompress/Archives/SevenZip/SevenZipArchiveEntry.cs(+4 -1)📝
src/SharpCompress/Archives/Tar/TarArchiveEntry.cs(+4 -1)...and 80 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.