{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "No Response.",
    "ClosedDate": "2009-11-10T01:21:57.347-08:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "When i'm using DeflateStream.CompressString on small strings (mine is an empty XML, \"<ALL></ALL>\"), the DeflateStream.UncompressString return empty string. No exception.\n \nThe ZlibStream.CompressString and ZlibStream.UncompressString works fine.",
    "LastUpdatedDate": "2013-05-16T05:32:00.927-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2009-11-02T02:40:03.68-08:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "With small strings, DeflateStream.UncompressString  returns empty string",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 9097
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "I cannot reproduce this. Do you have code?  Does it occur only on Compact Framework?  etc etc.  \r\nMy simple test case looks like this: \r\n\r\n        String orig = \"<ALL></ALL>\";\r\n        byte[] compressed = DeflateStream.CompressString(orig);\r\n        string uncompressed = DeflateStream.UncompressString(compressed);\r\n        System.Console.WriteLine(\"uncompressed: {0}\", uncompressed);\r\n\r\nAnd it works just fine. \r\n",
      "PostedDate": "2009-11-03T03:12:53.417-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2009-11-10T01:21:57.347-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:43:50.503-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-05-16T05:32:00.927-07:00",
      "Id": -2147483648
    }
  ]
}