I am using Ionic.Zip 1.9.1.8 ad I recently upgraded to windows 8.
In my application I use following command to unzip ad it was working fast and great on windows server 2012.
zipFile.ExtractAll(tempFileName);
In my windows 8 machine that has the same spec as the server it takes 3 to 4 times more to extract the file.
Does anybody have the same issue?