{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "Hi. First of all thank you for your work.\n \nI am trying to use your classes to implement a backup wrapper with powershell ( a fork of 7zBackup ). At present I am facing this problem. Let me explain\nMy script scans all user's defined sources in search of files to archive into zip file and then adds all entries into the zip file class. As we are managing thousands of files it may happen that during the Zipfile.Save execution some of the added entries no longer exists on disk ( the process may last hours ) for various reasons. This causes an exception to be thrown and no zip file is succesfully created.\n \nI am wondering if it is possible to manage this particular situation (eg. applying an overload method for zipfile.save([bool]ignoreMissingFiles)) to have the zip file created in any way. Missing input files could be outputted to a log file.\n \nThank you in advance.",
    "LastUpdatedDate": "2013-02-21T18:42:47.327-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2012-08-22T01:36:05.193-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Missing input file causes ZipFile.Save to throw an exception",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 15526
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "Please disregard this issue. \r\nDid not see the ZipErrorAction property which, of course, does the job.\r\n\r\nSorry.",
      "PostedDate": "2012-08-22T11:11:48.04-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:42:47.327-08:00",
      "Id": -2147483648
    }
  ]
}