we have two methods to zip and unzip as below, but when we unzip and file we’re getting proper results, but if we zip after unzip and later unzip we’re not getting same number of files.
in our example, zip file => unzip…...fileBytes)>(); using (Archive archive = new Archive(zipFileStream))...MemoryStream ms; foreach (var file in archive.Entries) { try { ms = new MemoryStream();...