[PR #25] [MERGED] Small fix to temp solid code just in case #49

Open
opened 2026-01-29 21:16:46 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/SabreTools.Serialization/pull/25
Author: @HeroponRikiBestest
Created: 9/27/2025
Status: Merged
Merged: 9/27/2025
Merged by: @mnadareski

Base: mainHead: solid-just-in-case


📝 Commits (1)

📊 Changes

2 files changed (+8 additions, -2 deletions)

View changed files

📝 SabreTools.Serialization/Wrappers/RAR.Extraction.cs (+4 -1)
📝 SabreTools.Serialization/Wrappers/SevenZip.Extraction.cs (+4 -1)

📄 Description

Based on the way SharpCompress's check works on their end, it's possible that a multi-block solid archive might have the second (or more files) file not solid? It doesn't hurt to check either way.


🔄 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/SabreTools/SabreTools.Serialization/pull/25 **Author:** [@HeroponRikiBestest](https://github.com/HeroponRikiBestest) **Created:** 9/27/2025 **Status:** ✅ Merged **Merged:** 9/27/2025 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `main` ← **Head:** `solid-just-in-case` --- ### 📝 Commits (1) - [`8b50b9e`](https://github.com/SabreTools/SabreTools.Serialization/commit/8b50b9e07c8cd12e2cc0d966a7edd5e8111dc1da) Small fix just in case. ### 📊 Changes **2 files changed** (+8 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `SabreTools.Serialization/Wrappers/RAR.Extraction.cs` (+4 -1) 📝 `SabreTools.Serialization/Wrappers/SevenZip.Extraction.cs` (+4 -1) </details> ### 📄 Description Based on the way SharpCompress's check works on their end, it's possible that a multi-block solid archive might have the second (or more files) file not solid? It doesn't hurt to check either way. --- <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 21:16:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/SabreTools.Serialization#49