[PR #563] [MERGED] Fix Rewindable stream Length and add GZip Reader tests #1099

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/563
Author: @adamhathcock
Created: 1/13/2021
Status: Merged
Merged: 1/13/2021
Merged by: @adamhathcock

Base: masterHead: add-reader-test-gzip


📝 Commits (3)

📊 Changes

3 files changed (+42 additions, -5 deletions)

View changed files

📝 src/SharpCompress/IO/RewindableStream.cs (+2 -2)
📝 src/SharpCompress/SharpCompress.csproj (+3 -3)
tests/SharpCompress.Test/GZip/GZipReaderTests.cs (+37 -0)

📄 Description

for https://github.com/adamhathcock/sharpcompress/issues/562


🔄 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/563 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 1/13/2021 **Status:** ✅ Merged **Merged:** 1/13/2021 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `add-reader-test-gzip` --- ### 📝 Commits (3) - [`9d5cb8d`](https://github.com/adamhathcock/sharpcompress/commit/9d5cb8d1192e2af7b4e9da4ae955e5451973139f) Add GZip Reader tests - [`0f06c3d`](https://github.com/adamhathcock/sharpcompress/commit/0f06c3d934a55470761e7d658f80dc7eb0731635) Fix rewindable stream to expose length - [`1d8afb8`](https://github.com/adamhathcock/sharpcompress/commit/1d8afb817e741cfdc506ca6dad042fc6552bad92) Bump version ### 📊 Changes **3 files changed** (+42 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/IO/RewindableStream.cs` (+2 -2) 📝 `src/SharpCompress/SharpCompress.csproj` (+3 -3) ➕ `tests/SharpCompress.Test/GZip/GZipReaderTests.cs` (+37 -0) </details> ### 📄 Description for https://github.com/adamhathcock/sharpcompress/issues/562 --- <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:18:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1099