{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "I am trying to compress a dataset through either zipoutputstream or bzip2outputstream. The dataset is rather huge, the XML represantation is 50 million rows of text and roughly 200 MB of data.\n \nTo do that I use ds.savexml with the overload to save into a stream. This seems to work, but on reloading back the dataset an error is thrown for after the last char of the last line.\nComparing an uncompressed saved stream with decompressing the zipped one revealed that the original had a line break at the end, and this very last char disappeared from the compressed - decompressed version.\n \nSorry, have to use SharpZipLib therefore...",
    "LastUpdatedDate": "2013-02-21T18:43:00.377-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2011-10-20T02:30:51.203-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Corruption on last line break",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 14363
  },
  "FileAttachments": [],
  "Comments": []
}