[PR #770] [CLOSED] Updates 092523 #1219

Open
opened 2026-01-29 22:19:32 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/770
Author: @adamhathcock
Created: 9/25/2023
Status: Closed

Base: masterHead: updates-092523


📝 Commits (4)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/770 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 9/25/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `updates-092523` --- ### 📝 Commits (4) - [`2587871`](https://github.com/adamhathcock/sharpcompress/commit/2587871df9539abee4290d36bbf2924f2501933b) Remove some exclaimations - [`d7cd3c6`](https://github.com/adamhathcock/sharpcompress/commit/d7cd3c628ab3aebbc9c804239493a95f614b3f55) Remove more null ignores - [`6a8eb38`](https://github.com/adamhathcock/sharpcompress/commit/6a8eb3827240372739780d2882ebfba2eb0866f6) update packages and format - [`8536dd5`](https://github.com/adamhathcock/sharpcompress/commit/8536dd5f7d33a1aaf8c74a33abb8b2352c3466fd) more nullable ### 📊 Changes **17 files changed** (+115 additions, -72 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Trying not to ignore nullables to turn it on --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:19:32 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1219