{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "The following code will work with version 1.9.1.8 but not with version 1.9.2. The exception I receive is \"ObjectDisposedException: Cannot access a closed Stream.\"\n\n```\nvar zipFilePath = @\"C:\\Test.zip\";\nusing (var zip = Ionic.Zip.ZipFile.Read(zipFilePath))\n{\n\tzip.SelectEntries(\"*.txt\")\n\t\t.ToList()\n\t\t.ForEach(entry => \n\t\t\t{\n\t\t\t\tusing(var entryStream = new System.IO.MemoryStream())\n\t\t\t\t{\n\t\t\t\t\tConsole.WriteLine(\"From {0}\", entry.FileName);\n\t\t\t\t\tentry.Extract(entryStream);\n\t\t\t\t\tentryStream.Position = 0;\n\t\t\t\t\t//Do something with the entry stream.\n\t\t\t\t}\n\t\t\t});\n}\n```",
    "LastUpdatedDate": "2014-06-12T06:40:57.283-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Unassigned",
      "Severity": 0,
      "Id": 0
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2014-04-22T08:49:23.477-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "ZipEntry.Extract works in 1.9.1.8 but not 1.9.2",
    "Type": {
      "Name": "Unassigned",
      "Id": 5
    },
    "VoteCount": 6,
    "Id": 16817
  },
  "FileAttachments": [
    {
      "FileId": 4876,
      "FileName": "Test.zip",
      "DownloadUrl": ".\\4876"
    }
  ],
  "Comments": [
    {
      "Message": "same as 16858 [issue](https://dotnetzip.codeplex.com/workitem/16858)",
      "PostedDate": "2014-06-03T08:19:05.99-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2014-06-12T06:40:45.637-07:00",
      "Id": -2147483648
    },
    {
      "Message": "Please fix this. Thank you.",
      "PostedDate": "2014-06-12T06:40:57.283-07:00",
      "Id": -2147483648
    }
  ]
}