mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #832] [MERGED] Remove ignored nulls #1272
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/832
Author: @adamhathcock
Created: 4/22/2024
Status: ✅ Merged
Merged: 4/23/2024
Merged by: @adamhathcock
Base:
master← Head:remove-ignored-nulls📝 Commits (10+)
e96366fEntry can be null and remove other ! usagesfb55624add more null handlingb550df2get rid of more ! and update csharpier7963233add missing usingsf24bfdffix tests99e2c8cmore clean up7ebdc85more null clean upc73ca21fmt23dd041fix some testsb94e75ftry to fix more tests📊 Changes
75 files changed (+455 additions, -442 deletions)
View changed files
📝
.config/dotnet-tools.json(+1 -1)📝
src/SharpCompress/Archives/AbstractArchive.cs(+23 -27)📝
src/SharpCompress/Archives/AbstractWritableArchive.cs(+6 -2)📝
src/SharpCompress/Archives/GZip/GZipArchive.cs(+12 -10)📝
src/SharpCompress/Archives/GZip/GZipArchiveEntry.cs(+1 -1)📝
src/SharpCompress/Archives/GZip/GZipWritableArchiveEntry.cs(+1 -3)📝
src/SharpCompress/Archives/IArchiveEntryExtensions.cs(+1 -5)📝
src/SharpCompress/Archives/IArchiveExtensions.cs(+1 -2)📝
src/SharpCompress/Archives/Rar/FileInfoRarArchiveVolume.cs(+1 -1)📝
src/SharpCompress/Archives/Rar/RarArchive.cs(+15 -17)📝
src/SharpCompress/Archives/Rar/SeekableFilePart.cs(+10 -10)📝
src/SharpCompress/Archives/Rar/StreamRarArchiveVolume.cs(+1 -1)📝
src/SharpCompress/Archives/SevenZip/SevenZipArchive.cs(+48 -49)📝
src/SharpCompress/Archives/Tar/TarArchive.cs(+14 -11)📝
src/SharpCompress/Archives/Tar/TarArchiveEntry.cs(+1 -1)📝
src/SharpCompress/Archives/Tar/TarWritableArchiveEntry.cs(+0 -2)📝
src/SharpCompress/Archives/Zip/ZipArchive.cs(+21 -21)📝
src/SharpCompress/Common/ArchiveEncoding.cs(+4 -2)📝
src/SharpCompress/Common/Entry.cs(+4 -4)📝
src/SharpCompress/Common/ExtractionMethods.cs(+3 -2)...and 55 more files
📄 Description
lessen the usage of
!and clean up which should make #831 better🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.