{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "I'm getting corruption in approx 1% of zip files when using AddEntry(string,string) to create a new zip from content held in a string.\n \nThe error is easily worked around by setting ParallelDeflateThreshold = -1.\nI thought you might like an easily reproducible example which demonstrates the error.\n \nPlease unzip the attached ZIP file. Then use the enclosed VB file to read the \"StringFile.txt\" into a STRING in memory, and then attempt to create a ZIP using AddEntry (entryName, content).",
    "LastUpdatedDate": "2015-09-23T09:02:45.767-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2011-10-19T16:26:05.417-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Corrupted ZIP with AddEntry( entryName, content)",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 4,
    "Id": 14361
  },
  "FileAttachments": [
    {
      "FileId": 4154,
      "FileName": "AddEntryBug.zip",
      "DownloadUrl": ".\\4154"
    },
    {
      "FileId": 6111,
      "FileName": "Ionic.Zip.Reduced.zip",
      "DownloadUrl": ".\\6111"
    }
  ],
  "Comments": [
    {
      "Message": "does patch 14368 (http://dotnetzip.codeplex.com/SourceControl/list/patches) resolve this issue?",
      "PostedDate": "2015-02-03T04:23:51.847-08:00",
      "Id": -2147483648
    },
    {
      "Message": "I'm a real novice at open source. I'm using VS2013. I downloaded the latest source but was unable to compile. Lots of errors. So I couldn't test out the patch. Sorry.\n(resolving build errors in complex projects is outside of my domain knowledge).\r\n\r\nI could test a compiled dll, but not sure how to create one myself.",
      "PostedDate": "2015-02-03T13:02:11.18-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2015-09-23T09:02:43.57-07:00",
      "Id": -2147483648
    },
    {
      "Message": "Alan, today we needed this patch so attaching the release build of the reduced library with the patch applied, for testing... This seems to fix our problems.",
      "PostedDate": "2015-09-23T09:02:45.767-07:00",
      "Id": -2147483648
    }
  ]
}