{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "Not a defect.  won't fix.",
    "ClosedDate": "2008-08-18T17:22:31.607-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "I create a zip file with DotNetZip when viewing and extracting with Window Explorer I can't see any files at the root level, Folders and files in folders are good. I can view and unzip with WinZip and 7Zip just fine.",
    "LastUpdatedDate": "2013-05-16T05:32:40.747-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2008-08-18T11:39:01.393-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Reading / extracting with windows Explorer",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 5787
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "This is not an issue, just coding error. Problem resolved, I did an AddFile(filename, @\"\\\") thinking this would add the file to the root of the zip. This worked and was readable by Winzip. Changed my code to AddFile(filename, \"\") and is now readable by Explorer.",
      "PostedDate": "2008-08-18T13:04:53.75-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2008-08-18T17:22:31.607-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:44:43.05-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-05-16T05:32:40.747-07:00",
      "Id": -2147483648
    }
  ]
}