{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "Hi,\nI have few multi-zip packages that I try to extract. After the extraction successfuly finished I'm trying to remove the zip files and I receive an error stating that few of the zip files are locked by other process. actualy I'm not able to remove them until I close the application. It happens only on one or two of the multi-zip files. The main zip is always deleted. I use lonic.dll version 1.9.2.0\n\nCode:\n\n\n using (ZipFile zip = Ionic.Zip.ZipFile.Read(directory + \"/temp.zip\"))\n                {\n                    zip.StatusMessageTextWriter = System.Console.Out;\n                    zip.ExtractAll(directory, ExtractExistingFileAction.OverwriteSilently);\n                }\n\n                foreach (var file in Directory.GetFiles(directory, \"*temp*\"))\n                {\n                    int retries = 0;\n                    while (retries <2)\n                    {\n                        \n                        try\n                        {\n                            File.Delete(file);\n                            break;\n                        }\n                        catch (Exception) //ToDO: Remove when good zip utility will not lock the ziped files\n                        {\n                      \n                            retries++;\n                        } \n                    }\n                }\n \nThanks,\n\nyevgeni",
    "LastUpdatedDate": "2013-12-12T00:01:01.073-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Unassigned",
      "Severity": 0,
      "Id": 0
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2013-12-12T00:01:01.073-08:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Multi zip extraction issue",
    "Type": {
      "Name": "Unassigned",
      "Id": 5
    },
    "VoteCount": 1,
    "Id": 16547
  },
  "FileAttachments": [],
  "Comments": []
}