{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "Fixed in change set 25332.",
    "ClosedDate": "2008-10-15T22:26:08.617-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "If the application holds a ZipEntry across a ZipFile.Save(), it becomes stale. \n \nDim zip As New Ionic.Utils.Zip.ZipFile()\nDim entry1 As Ionic.Utils.Zip.ZipEntry = zip.AddFile(\"c:\\test1.txt\")\nzip.AddFile(\"c:\\test2.txt\")\nzip.AddFile(\"c:\\test3.txt\")\nzip.Save(\"c:\\test.zip\")\nzip.RemoveEntry(entry1) '<-- This throws \"Object reference not set to an instance of an object.\" but entry1 is not nothing\n \nI'm using 1.6.3.7.",
    "LastUpdatedDate": "2013-05-16T05:32:36.66-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2008-10-15T22:22:48.45-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "ZipEntry goes stale after ZipFile.Save()",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 6442
  },
  "FileAttachments": [],
  "Comments": []
}