mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #1067] [MERGED] Fix: Should not throw on ARJ detection #1491
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/1067
Author: @adamhathcock
Created: 12/8/2025
Status: ✅ Merged
Merged: 12/8/2025
Merged by: @adamhathcock
Base:
release← Head:adam/fix-arj-factory📝 Commits (3)
eede5aaShould not throw on ARJ detectiona8c33abmark for 0.42.12215d60Update 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.