[PR #848] [MERGED] Fix gzip archives having a Type of ArchiveType.Tar instead of ArchiveType.Gzip #1281

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/848
Author: @Morilli
Created: 6/4/2024
Status: Merged
Merged: 6/6/2024
Merged by: @adamhathcock

Base: masterHead: fix-gzip-archivetype


📝 Commits (2)

  • 525b309 Add failing test
  • 49f5cea Fix GZipArchive getting Type set to ArchiveType.Tar

📊 Changes

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

View changed files

📝 src/SharpCompress/Archives/GZip/GZipArchive.cs (+1 -1)
📝 tests/SharpCompress.Test/GZip/GZipArchiveTests.cs (+10 -1)

📄 Description


🔄 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/848 **Author:** [@Morilli](https://github.com/Morilli) **Created:** 6/4/2024 **Status:** ✅ Merged **Merged:** 6/6/2024 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `fix-gzip-archivetype` --- ### 📝 Commits (2) - [`525b309`](https://github.com/adamhathcock/sharpcompress/commit/525b309d37d920c606eeae279a9ed3101ef19904) Add failing test - [`49f5cea`](https://github.com/adamhathcock/sharpcompress/commit/49f5ceaa9b548040779caa21e6cbb485dd1e2747) Fix GZipArchive getting Type set to ArchiveType.Tar ### 📊 Changes **2 files changed** (+11 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Archives/GZip/GZipArchive.cs` (+1 -1) 📝 `tests/SharpCompress.Test/GZip/GZipArchiveTests.cs` (+10 -1) </details> ### 📄 Description - fixes #845 --- <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:47 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1281