{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "Hi,\n \nFirst off, thanks for the library, it is awesome.  Secondly, I am a newbie with it, so apologies if this is major user error (which is likely!).\n \nI am trying to use DotNetZip to extract a zip file created with 7Zip.  It contains some text files and some assemblies.  The files seem to extract OK, but the assemblies are corrupted.  The contents of the assemblies is different than it is if I extract with 7Zip and Reflector and VS don't like them.\n \nI have attached the zip file.  It has two folders, src and lib.  All the assemblies in the lib folder get corrupted when I unzip using ExtractAll(path).  I am guessing this is some encoding error or similar.  Do you have any ideas?  I am using the default 7Zip zip settings which are:\n-Format: Zip\n-Compression Level: Normal\n-Compression Method: Deflate\n-WordSize:32\n-EncryptionMethod: ZipCrypto\n \nAny pointers would be appreciated!  Thanks again.\n \nBen",
    "LastUpdatedDate": "2013-02-21T18:43:19.3-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2011-01-07T15:17:01.603-08:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "ExtractAll on 7Zip created Zip of C# assemblies results in corruption",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 2,
    "Id": 12802
  },
  "FileAttachments": [
    {
      "FileId": 3710,
      "FileName": "fubu.vs2010.4.zip",
      "DownloadUrl": ".\\3710"
    }
  ],
  "Comments": [
    {
      "Message": "I just tried the process with a Windows 7 created zip and the same issue exists.  Also FYI, I am on x64 Win7 (running in VMWare).",
      "PostedDate": "2011-01-07T15:21:19.65-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2011-05-13T09:49:13.24-07:00",
      "Id": -2147483648
    },
    {
      "Message": "I am running into the same issue as the original poster. Creating a zip file with 7Zip that contains some assemblies. When the assemblies are extracted via DotNetZip using either the ZipFile.ExtractAll method or the ZipEntry.Extract method, the assemblies are extracted ok but they are corrupted. I too am using the default 7Zip settings.",
      "PostedDate": "2011-05-13T09:53:02.05-07:00",
      "Id": -2147483648
    },
    {
      "Message": "I just tried unpacking the attached zip file. I don't see any exceptions.  I don't see any corruptions.  The assemblies are readable.  I see no problem here.\r\n\r\nI'm going to need an exception, a stacktrace, a code sample that reproduces the problem; something like that.   A good way to do that would be to produce a code snip that demonstrates corruption in the round-trip.  For example, compute the before and after hash value and show that it has changed. ",
      "PostedDate": "2011-08-06T06:24:52.34-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:43:19.3-08:00",
      "Id": -2147483648
    }
  ]
}