[PR #729] [MERGED] Fixed support for RAR 1.5 (algo15) #1188

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/729
Author: @TwanVanDongen
Created: 2/21/2023
Status: Merged
Merged: 3/1/2023
Merged by: @adamhathcock

Base: masterHead: master


📝 Commits (2)

  • 8748314 Fixed support for RAR 1.5 (algo15) and added test archive for unit testing. Rar 1.5 archive created using DOS version, which only supports uppercase characters, thus resulting in amending base class with 'UseCaseInsensitiveToVerify' toggle.
  • 5a2d2b8 Merge branch 'master' into master

📊 Changes

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

View changed files

📝 src/SharpCompress/Common/Rar/RarEntry.cs (+3 -2)
📝 tests/SharpCompress.Test/Rar/RarArchiveTests.cs (+16 -0)
📝 tests/SharpCompress.Test/TestBase.cs (+14 -3)
tests/TestArchives/Archives/Rar15.rar (+0 -0)

📄 Description

Fixed support for RAR 1.5 (algo15) and added test archive for unit testing. RAR 1.5 archive created using DOS version, which only supports uppercase characters, thus resulting in amending base class with 'UseCaseInsensitiveToVerify' toggle.


🔄 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/729 **Author:** [@TwanVanDongen](https://github.com/TwanVanDongen) **Created:** 2/21/2023 **Status:** ✅ Merged **Merged:** 3/1/2023 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`8748314`](https://github.com/adamhathcock/sharpcompress/commit/8748314b5b7ce5e5f47bf207148342ba1f02d623) Fixed support for RAR 1.5 (algo15) and added test archive for unit testing. Rar 1.5 archive created using DOS version, which only supports uppercase characters, thus resulting in amending base class with 'UseCaseInsensitiveToVerify' toggle. - [`5a2d2b8`](https://github.com/adamhathcock/sharpcompress/commit/5a2d2b86d507e891bb8e9da9d06c35abef058a25) Merge branch 'master' into master ### 📊 Changes **4 files changed** (+33 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Common/Rar/RarEntry.cs` (+3 -2) 📝 `tests/SharpCompress.Test/Rar/RarArchiveTests.cs` (+16 -0) 📝 `tests/SharpCompress.Test/TestBase.cs` (+14 -3) ➕ `tests/TestArchives/Archives/Rar15.rar` (+0 -0) </details> ### 📄 Description Fixed support for RAR 1.5 (algo15) and added test archive for unit testing. RAR 1.5 archive created using DOS version, which only supports uppercase characters, thus resulting in amending base class with 'UseCaseInsensitiveToVerify' toggle. --- <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:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1188