[PR #1067] [MERGED] Fix: Should not throw on ARJ detection #1491

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/1067
Author: @adamhathcock
Created: 12/8/2025
Status: Merged
Merged: 12/8/2025
Merged by: @adamhathcock

Base: releaseHead: adam/fix-arj-factory


📝 Commits (3)

  • eede5aa Should not throw on ARJ detection
  • a8c33ab mark for 0.42.1
  • 2215d60 Update tests/SharpCompress.Test/ArchiveTests.cs

📊 Changes

3 files changed (+40 additions, -6 deletions)

View changed files

📝 src/SharpCompress/Factories/ArjFactory.cs (+10 -3)
📝 src/SharpCompress/SharpCompress.csproj (+3 -3)
📝 tests/SharpCompress.Test/ArchiveTests.cs (+27 -0)

📄 Description

Same as https://github.com/adamhathcock/sharpcompress/pull/1066

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


🔄 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/1067 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 12/8/2025 **Status:** ✅ Merged **Merged:** 12/8/2025 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `release` ← **Head:** `adam/fix-arj-factory` --- ### 📝 Commits (3) - [`eede5aa`](https://github.com/adamhathcock/sharpcompress/commit/eede5aa9cc28ccde305df21c5a0e87b1a26cfb7b) Should not throw on ARJ detection - [`a8c33ab`](https://github.com/adamhathcock/sharpcompress/commit/a8c33ab7296bc8fa152f81f4cfe0f6b254c3571c) mark for 0.42.1 - [`2215d60`](https://github.com/adamhathcock/sharpcompress/commit/2215d603940368194c056dd2cef7bfc6dae253e5) Update tests/SharpCompress.Test/ArchiveTests.cs ### 📊 Changes **3 files changed** (+40 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Factories/ArjFactory.cs` (+10 -3) 📝 `src/SharpCompress/SharpCompress.csproj` (+3 -3) 📝 `tests/SharpCompress.Test/ArchiveTests.cs` (+27 -0) </details> ### 📄 Description Same as https://github.com/adamhathcock/sharpcompress/pull/1066 Fixes https://github.com/adamhathcock/sharpcompress/issues/1064 --- <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:20:50 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1491