mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
ExtractionEnd event fired before write stream closes #361
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 @bipinbaglung on GitHub (Aug 9, 2019).
a2bd66ded8/src/SharpCompress/Archives/IArchiveEntryExtensions.cs (L37)EntryExtractionEnd event fired before the Output stream closes which is causing error while iterating thorough the extracted files.
I tried to fix it but not sure if that is correct way.
f450817c63@adamhathcock commented on GitHub (Aug 20, 2019):
Please submit a pull request with the fix