My question is related to I didn't find "ZipFile" class in the "System.IO.Compression" namespace
But I have referenced the DLL\'s f
using (var zip = new ZipArchive(System.IO.File.OpenRead(zipFileName))) { ... }