mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #729] [MERGED] Fixed support for RAR 1.5 (algo15) #1188
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/729
Author: @TwanVanDongen
Created: 2/21/2023
Status: ✅ Merged
Merged: 3/1/2023
Merged by: @adamhathcock
Base:
master← Head:master📝 Commits (2)
8748314Fixed 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.5a2d2b8Merge 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.