mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-04-05 21:51:09 +00:00
Archive-Level SevenZip "IsSolid" flag always set to false if a 7Z archive only has one solid block. #686
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 @HeroponRikiBestest on GitHub (Jul 12, 2025).
SharpCompress's archive-level SevenZip "IsSolid" flag is always set to false if a 7Z archive only has one solid block, while 7z (the program) is able to still identify the archive as solid. Not the hugest concern, but I wanted to make an issue for documentation purposes.