mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
get CompressionType faild with attached 7z file #302
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 @wkaven on GitHub (Jun 2, 2018).
foreach (var entry in ArchiveFactory.Open(@"./dir.7z").Entries)
{
Console.WriteLine(entry.CompressionType);
}
thrown: 'System.NullReferenceException' in SharpCompress.Common.SevenZip.SevenZipFilePart.GetCompression()
temp.zip