{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "The following code throws \"Use Extract() only with ZipFile.\" on the zEnt.Extract(msExtractedFile); statement.\n \n            ZipInputStream zIn = new ZipInputStream(ms);\n            ZipEntry zEnt = zIn.GetNextEntry();\n            while (zEnt != null)\n            {\n                MemoryStream msExtractedFile = new MemoryStream();\n                zEnt.Extract(msExtractedFile);\n                zEnt = zIn.GetNextEntry();\n            }",
    "LastUpdatedDate": "2013-02-21T18:43:03.167-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2011-09-02T10:55:43.71-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Error with ZipInputStream ZipEntry Extract",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 14185
  },
  "FileAttachments": [],
  "Comments": []
}