mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-12 21:22:26 +00:00
[PR #770] [CLOSED] Updates 092523 #1219
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/770
Author: @adamhathcock
Created: 9/25/2023
Status: ❌ Closed
Base:
master← Head:updates-092523📝 Commits (4)
2587871Remove some exclaimationsd7cd3c6Remove more null ignores6a8eb38update packages and format8536dd5more nullable📊 Changes
17 files changed (+115 additions, -72 deletions)
View changed files
📝
src/SharpCompress/Common/ExtractionMethods.cs(+7 -5)📝
src/SharpCompress/Common/GZip/GZipFilePart.cs(+1 -1)📝
src/SharpCompress/Common/Rar/RarCryptoWrapper.cs(+9 -5)📝
src/SharpCompress/Common/Rar/RarRijndael.cs(+6 -4)📝
src/SharpCompress/Common/SevenZip/ArchiveDatabase.cs(+1 -1)📝
src/SharpCompress/Common/SevenZip/SevenZipFilePart.cs(+17 -7)📝
src/SharpCompress/Common/Tar/TarFilePart.cs(+1 -1)📝
src/SharpCompress/Common/Volume.cs(+1 -1)📝
src/SharpCompress/Common/Zip/SeekableZipFilePart.cs(+2 -2)📝
src/SharpCompress/Common/Zip/ZipHeaderFactory.cs(+7 -1)📝
src/SharpCompress/Compressors/LZMA/LZipStream.cs(+5 -1)📝
src/SharpCompress/IO/SourceStream.cs(+8 -8)📝
src/SharpCompress/Readers/AbstractReader.cs(+33 -24)📝
src/SharpCompress/Readers/Rar/RarReader.cs(+3 -1)📝
src/SharpCompress/SharpCompress.csproj(+4 -0)📝
src/SharpCompress/Writers/Zip/ZipWriter.cs(+6 -6)📝
tests/SharpCompress.Test/SharpCompress.Test.csproj(+4 -4)📄 Description
Trying not to ignore nullables to turn it on
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.