[PR #253] [MERGED] Fix Skipping when compressed size is unknown (fallback to decompressing) #931

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/253
Author: @adamhathcock
Created: 6/1/2017
Status: Merged
Merged: 6/1/2017
Merged by: @adamhathcock

Base: masterHead: fix_skip


📝 Commits (1)

  • 7f0c445 Fix Skipping when compressed size is unknown (fallback to decompressing)

📊 Changes

2 files changed (+33 additions, -4 deletions)

View changed files

📝 src/SharpCompress/Readers/AbstractReader.cs (+7 -4)
📝 tests/SharpCompress.Test/Zip/ZipReaderTests.cs (+26 -0)

📄 Description

Fixes https://github.com/adamhathcock/sharpcompress/issues/162


🔄 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/253 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 6/1/2017 **Status:** ✅ Merged **Merged:** 6/1/2017 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `fix_skip` --- ### 📝 Commits (1) - [`7f0c445`](https://github.com/adamhathcock/sharpcompress/commit/7f0c44572d0156cea4ac6084163f0d47a4f0fb59) Fix Skipping when compressed size is unknown (fallback to decompressing) ### 📊 Changes **2 files changed** (+33 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Readers/AbstractReader.cs` (+7 -4) 📝 `tests/SharpCompress.Test/Zip/ZipReaderTests.cs` (+26 -0) </details> ### 📄 Description Fixes https://github.com/adamhathcock/sharpcompress/issues/162 --- <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:16 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#931