adamhathcock / sharpcompress

SharpCompress is a fully managed C# library to deal with many compression types and formats.
MIT License
2.27k stars 480 forks source link

Fixed support for RAR 1.5 (algo15) #729

Closed TwanVanDongen closed 1 year ago

TwanVanDongen commented 1 year ago

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.