{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "ZipFile.IsZipFile(Stream,bool) modifies the stream position.\n \nAn example for why this is an issue:\n \n// stream is at location zero\nif (!ZipFile.IsZipFile(stream, false))\n   return false;\n \nusing (ZipFile zip = ZipFile.Read(stream)) // Throws an exception, since the stream location isn't zero anymore\n{\n...\n}",
    "LastUpdatedDate": "2014-06-23T01:37:29.053-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2012-07-12T04:16:14.47-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "ZipFile.IsZipFile(Stream,bool) modifies the stream position",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 2,
    "Id": 15397
  },
  "FileAttachments": [],
  "Comments": []
}