mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-09 05:24:55 +00:00
[PR #756] [CLOSED] Add .tar.7z support #1205
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/756
Author: @btomblinson
Created: 8/26/2023
Status: ❌ Closed
Base:
master← Head:master📝 Commits (3)
4aea9fb#751 Add .tar.7z support39374f5Merge branch 'master' into masterda78ea4Update from upstream📊 Changes
19 files changed (+412 additions, -37 deletions)
View changed files
📝
.github/workflows/dotnetcore.yml(+1 -1)📝
src/SharpCompress/Archives/SevenZip/SevenZipArchive.cs(+1 -1)➕
src/SharpCompress/Compressors/Filters/BCJFilterARM.cs(+49 -0)➕
src/SharpCompress/Compressors/Filters/BCJFilterARMT.cs(+47 -0)➕
src/SharpCompress/Compressors/Filters/BCJFilterIA64.cs(+107 -0)➕
src/SharpCompress/Compressors/Filters/BCJFilterPPC.cs(+48 -0)➕
src/SharpCompress/Compressors/Filters/BCJFilterSPARC.cs(+58 -0)📝
src/SharpCompress/Compressors/LZMA/Registry.cs(+15 -0)📝
tests/SharpCompress.Test/SevenZip/SevenZipArchiveTests.cs(+86 -35)➕
tests/TestArchives/Archives/7Zip.ARM.7z(+0 -0)➕
tests/TestArchives/Archives/7Zip.ARMT.7z(+0 -0)➕
tests/TestArchives/Archives/7Zip.BCJ.7z(+0 -0)➕
tests/TestArchives/Archives/7Zip.BCJ2.7z(+0 -0)➕
tests/TestArchives/Archives/7Zip.Filters.7z(+0 -0)➕
tests/TestArchives/Archives/7Zip.IA64.7z(+0 -0)➕
tests/TestArchives/Archives/7Zip.PPC.7z(+0 -0)➕
tests/TestArchives/Archives/7Zip.SPARC.7z(+0 -0)➕
tests/TestArchives/Archives/7Zip.Tar.tar(+0 -0)➕
tests/TestArchives/Archives/7Zip.Tar.tar.7z(+0 -0)📄 Description
Candidate for #751
I used Ubuntu subsystem on Windows to create a .tar.7z file, and was able to open and read it via the test
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.