{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "Duplicate of workitem 11056.  This is fixed in v1.9.1.6.  ",
    "ClosedDate": "2011-06-13T11:01:57.71-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "There is a problem with some zip files (attached). ZipFile default indexer fails to find entry by name, ever if the name was returned by ZipFile itself (see the example below, it throws \"Bang!\").\n \n    class Program\n    {\n        static void Main(string[] args)\n        {\n            ZipFile file = new ZipFile(\"zip3.zip\");\n \n            foreach (string name in file.EntryFileNames)\n            {\n                ZipEntry entry = file[name];\n \n                if (entry == null)\n                {\n                    // it returned an entry name and then it cannot find it? wth?\n                    throw new Exception(\"Bang!\");\n                }\n            }\n        }\n    }",
    "LastUpdatedDate": "2013-05-16T05:31:46.867-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2010-07-05T05:35:56.593-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "ZipFile fails to find entry by Name",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 11418
  },
  "FileAttachments": [
    {
      "FileId": 3264,
      "FileName": "zip3.zip",
      "DownloadUrl": ".\\3264"
    }
  ],
  "Comments": []
}