mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-13 05:25:00 +00:00
xz compression not supported #538
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?
Originally created by @laraaj on GitHub (Oct 20, 2022).
Hi,
I just tested the following code to compress a folder into file Archive.tar.xz
but it returned the following error :
SharpCompress.Common.InvalidFormatException: 'Tar does not support compression: Xz'
is .xz compression supported ?
@adamhathcock commented on GitHub (Oct 21, 2022):
Xz is decompression only https://github.com/adamhathcock/sharpcompress/blob/master/FORMATS.md