mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #563] [MERGED] Fix Rewindable stream Length and add GZip Reader tests #1099
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:add-reader-test-gzip📝 Commits (3)
9d5cb8dAdd GZip Reader tests0f06c3dFix rewindable stream to expose length1d8afb8Bump version📊 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.