{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "this is fixed in changeset 79174.  The first binary to get this fix is v1.9.1.6.  ",
    "ClosedDate": "2011-06-15T12:04:02.54-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "Here's the scenario:\n \n1. Create a zip file which contains several segments: set MaxOutputSegmentSize of the ZipFile\n \n2. Extract the zip File using:\n \nusing (ZipFile zipFile = ZipFile.Read(zipFilePath)){    zipFile.ExtractAll(extractedDirectory, ExtractExistingFileAction.OverwriteSilently);}\n \n3. Delete the original zip file.\n \nFile.Delete(zipFilePath);\n \n4. The deletion of the zip file itself (*.zip) fails after the extraction because the file is still in use. The other segments of the same zip ( *.z01, *.z02 ..) are not in use and can be deleted.\n \nNote: The problem doesn't occur if the zip contains only one zip file and no additional segment files.\n \nThanks.",
    "LastUpdatedDate": "2013-05-16T05:31:43.19-07:00",
    "PlannedForRelease": "v1.9.1.8 DotNetZip - Latest Stable",
    "ReleaseVisibleToPublic": true,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2010-10-14T14:43:49.017-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "extracting zip with several segments, cannot delete .zip file afterwards",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 3,
    "Id": 12241
  },
  "FileAttachments": [],
  "Comments": []
}