[PR #624] [MERGED] Add test and probable fix for Issue 617 #1130

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/624
Author: @adamhathcock
Created: 11/22/2021
Status: Merged
Merged: 11/22/2021
Merged by: @adamhathcock

Base: masterHead: issue-617


📝 Commits (1)

  • 05208cc Add test and probable fix for Issue 617

📊 Changes

4 files changed (+58 additions, -9 deletions)

View changed files

📝 src/SharpCompress/Algorithms/Alder32.cs (+0 -5)
📝 src/SharpCompress/SharpCompress.csproj (+3 -3)
📝 tests/SharpCompress.Test/SharpCompress.Test.csproj (+2 -1)
📝 tests/SharpCompress.Test/Streams/ZlibBaseStreamTests.cs (+53 -0)

📄 Description

Fix for https://github.com/adamhathcock/sharpcompress/issues/617


🔄 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/624 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 11/22/2021 **Status:** ✅ Merged **Merged:** 11/22/2021 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `issue-617` --- ### 📝 Commits (1) - [`05208cc`](https://github.com/adamhathcock/sharpcompress/commit/05208ccd9b1f4ee6fe5020781adb6dc5b52dfeb5) Add test and probable fix for Issue 617 ### 📊 Changes **4 files changed** (+58 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Algorithms/Alder32.cs` (+0 -5) 📝 `src/SharpCompress/SharpCompress.csproj` (+3 -3) 📝 `tests/SharpCompress.Test/SharpCompress.Test.csproj` (+2 -1) 📝 `tests/SharpCompress.Test/Streams/ZlibBaseStreamTests.cs` (+53 -0) </details> ### 📄 Description Fix for https://github.com/adamhathcock/sharpcompress/issues/617 --- <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:08 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1130