mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-10 05:31:29 +00:00
[PR #1045] [CLOSED] Fix Windows-only RAR multi-threading test failure #1468
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/1045
Author: @Copilot
Created: 11/27/2025
Status: ❌ Closed
Base:
adam/multi-threaded← Head:copilot/sub-pr-1040-again📝 Commits (5)
ac32f2eInitial plan31fd8f4Fix Windows-only test failure by removing multi-threading support for RAR archivesacffccdRefactor RAR to create new Unpack instances per stream for multi-threading support3ec4035Fix SupportsMultiThreading to consider solid archives5a74721Add IRarUnpackFactory and refactor RarStream to use factory pattern📊 Changes
7 files changed (+295 additions, -61 deletions)
View changed files
📝
src/SharpCompress/Archives/Rar/RarArchive.cs(+2 -0)📝
src/SharpCompress/Archives/Rar/RarArchiveEntry.cs(+32 -31)➕
src/SharpCompress/Compressors/Rar/IRarUnpackFactory.cs(+34 -0)📝
src/SharpCompress/Compressors/Rar/RarBLAKE2spStream.cs(+49 -5)📝
src/SharpCompress/Compressors/Rar/RarCrcStream.cs(+46 -5)📝
src/SharpCompress/Compressors/Rar/RarStream.cs(+25 -1)📝
src/SharpCompress/Readers/Rar/RarReader.cs(+107 -19)📄 Description
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.