mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-06 05:27:05 +00:00
AddAllFromDirectoryEntry not defined? #39
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 @fschwiet on GitHub (Jun 17, 2015).
I was using the ZipArchive with Writing example here: https://github.com/adamhathcock/sharpcompress/wiki/API-Examples. I have the nuget package SharpCompress.0.11.0.
The code fails to compile, saying AddAllFromDirectoryEntry is not defined. Is this an extension method in some other namespace/DLL? I do not know where to find it.