mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
Ignoring archive files after processing of internal archive #271
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 @KvanTTT on GitHub (Jan 25, 2018).
Consider archive ArchiveWithArchive.zip with
repositories.xml.zipvolume andm1.minside.repositories.xml.zipin its turn containsrepositories.xmlinside.During processing, SharpCompress extracts the internal archive
repositories.xml.zipwith filerepositories.xml. But after that library ignores further input archive processing, namely filem1.m.All files should be processed.
@adamhathcock commented on GitHub (Apr 29, 2018):
This is really about non-compressed internal archives which is same as https://github.com/adamhathcock/sharpcompress/issues/86 I believe