{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "I found this problem in Ionic.Zip.dll  1.9.1.8\nI looked into the source code (dotnetzip-85217),\nand my guess is  there is a bug in Ionic.Zip.ZipFile.Save() Method.\n \n \n     if (_saveOperationCanceled)\n                    return;\n \n                var zss = WriteStream as ZipSegmentedStream;\n \n                _numberOfSegmentsForMostRecentSave = (zss != null)\n ? zss.CurrentSegment\n : 1;                             \n //we  get the _numberOfSegmentsForMostRecentSave here ,but             \n //zss.CurrentSegment  may  will be updated in the following \n//ZipOutput.WriteCentralDirectoryStructure Method\n \n                bool directoryNeededZip64 =\n                    ZipOutput.WriteCentralDirectoryStructure\n                    (WriteStream,\n                     c,\n                     _numberOfSegmentsForMostRecentSave,\n                     _zip64,\n                     Comment,\n                     new ZipContainer(this));\n \n \nI can't provide  my  test files , because they are confidential.",
    "LastUpdatedDate": "2013-02-21T18:42:47.93-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2012-08-04T04:15:55.2-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "zip.NumberOfSegmentsForMostRecentSave not correct under some circumstances",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 15465
  },
  "FileAttachments": [],
  "Comments": []
}