{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "I have a need of creating uncompressed ZIP files, but haven't been able to do this yet. \n\nFrom within Visual Studio I can make code like ....\n\n  ZipFile zip = new ZipFile();\n  zip.CompressionMethod = CompressionMethod.None;\n  zip.AddFile(\"C:\\\\test\\\\somefile.txt\");\n  zip.Save(\"c:\\\\zip64_test.zip\");\n\n... but resulting ZIP file ends up being compressed anyway!\n\nUsing your tool DotNetZip-WinFormsTool.exe (v. 1.9.1.8) will give same result even if Compression Method is \"None\".\n\nIn documentation (v. 1.9.1.6) you have a snippet called \"No Compression\":\n\n  using (ZipFile zip = new ZipFile())\n  {\n    zip.ForceNoCompression = true;\n    zip.AddFile(@\"c:\\MyMusic\\Handel\\Messiah-01.mp3\");\n    zip.Save(ZipFileToCreate);\n  }\n\nHaven't been able to use this snippet due to missing/removed property called \"ForceNoCompression\"!\n\nPLS advice \nThanks",
    "LastUpdatedDate": "2013-02-21T18:42:44.227-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2012-10-24T06:08:53.77-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Unable to create uncompressed ZIP files",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 15734
  },
  "FileAttachments": [],
  "Comments": []
}