{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "Using 1.9.1.8 (standard Ionic.Zip.DLL, MD5=6DED8FCBF5F1D9E422B327CA51625E24), the following\n                                using (ZipFile oZip = new ZipFile(Encoding.UTF8)) {\n                                    oZip.CompressionMethod = CompressionMethod.None;\n                                    oZip.AddDirectory(oDir.FullName);\n                                    oZip.Save(sDestPath);\n                                }\nWill\n   * Produce some Deflated files in the resulting zip (As shown in the Method column by 7-Zip 9.20 x64 - input being mostly cabs, jpg's, zips and <500 Byte text files)\n   * Use 80% CPU (meaning most of 4 cores of an i5), which shouldn't be necessary, as storing should be I/O-bottlenecked\n \nAdding\n                                    foreach (var item in oZip.Entries) {\n                                        item.CompressionMethod = CompressionMethod.None;\n                                    }\nbetween the AddDirectory and Save calls will produce the expected results on both observations (though I/O performance is roughly 1/10th of what the system is capable of).\n \nAs far as I can see, the dox imply the foreach loop should be a no-op.",
    "LastUpdatedDate": "2013-02-21T18:42:58.437-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2011-12-10T08:06:47.95-08:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "CompressionLevel.None seems to be ignored by AddDirectory",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 2,
    "Id": 14531
  },
  "FileAttachments": [],
  "Comments": []
}