{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "Run into:\n\nException calling \"ExtractAll\" with \"1\" argument(s): \"Cannot extract\"\nAt line:1 char:20\n+ $zipFile.ExtractAll <<<< (\"C:\\temp\")\n    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException\n    + FullyQualifiedErrorId : DotNetMethodException\n\nWhen running the following in Powershell:\nAdd-Type -Path C:\\temp\\Ionic.Zip.dll\n$zipFile = New-Object Ionic.Zip.ZipFile(\"C:\\temp\\test.zip\")\n$zipFile.ExtractAll()\n\nWhere test.zip contains only one file with the name: §§§§§§§§§§§§§§§§§§§§§§§§§§§§§§.html\n\nIonic is able to successfully zip this, but fails to unzip anything with the section symbol in the file name.",
    "LastUpdatedDate": "2014-08-01T08:05:27.897-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Unassigned",
      "Severity": 0,
      "Id": 0
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2014-08-01T08:05:27.897-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "ExtractAll fail with section sign in file name",
    "Type": {
      "Name": "Unassigned",
      "Id": 5
    },
    "VoteCount": 1,
    "Id": 16933
  },
  "FileAttachments": [],
  "Comments": []
}