{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "implemented in change set 20908.\nThis change is in the v1.6 preview and will be in the v1.6 final release.",
    "ClosedDate": "2008-07-05T15:07:57.057-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "Add a static (Shared in VB) method that peeks at a file and returns True if the file appears to be a zip archive.  Assuming that zip archives have some sort of signature at the beginning of the file, this would be as simple as checking for that signature.  This function would give applications like mine a quick way to tell if a file is probably a zip archive (rather than trying to open it and catching the exception if it's not a zip archive).",
    "LastUpdatedDate": "2013-05-16T05:32:42.58-07:00",
    "PlannedForRelease": "1.6 DotNetZip Library",
    "ReleaseVisibleToPublic": true,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2008-07-05T12:50:24-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "ZipFile.IsZipFile",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 5506
  },
  "FileAttachments": [],
  "Comments": []
}