{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "I am trying to zip the folder which is having so many sub folder and files in it and the size of root folder is more than 250 MB. \nZipFile zFile = new ZipFile();\nzFile.UseZip64WhenSaving = Zip64Option.AsNecessary;\nzFile.AddDirectory(folderPath);\nzFile.Save(zipFileName);\n\nIt gets stuck on save method.\n\nPlease suggest the solution.",
    "LastUpdatedDate": "2016-12-26T11:30:38.98-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Unassigned",
      "Severity": 0,
      "Id": 0
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2016-12-26T11:30:38.98-08:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Hangs on zipfile.save method",
    "Type": {
      "Name": "Unassigned",
      "Id": 5
    },
    "VoteCount": 1,
    "Id": 17735
  },
  "FileAttachments": [],
  "Comments": []
}