{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "The description of DotNetZip says that it is Medium Trust ready\n> t is designed to be simple and easy to use. DotNetZip is packaged as a single DLL, about 400k in size. It has no third-party dependencies. It is Medium Trust, so can be used on most hosters. \n\nI couldn't run my web application in a shared host provider (medium trust) and I cannot change the app to a full trust.\n\nTo reproduce the error, create a default Asp.net MVC app in VS2013, put in web.config \n\n<system.web>\n    <trust level=\"Medium\" />\n</system.web>\n\nCreate a simple page that calls Zip functions\n\n   //zipar os arquivos\n                using (var zip = new ZipFile())\n                {\n                    zip.AddFile(arquivoPedido, \"\");\n                    zip.AddFile(arquivoItens, \"\");\n                    zip.Save(zipName);\n                }\n\nCompile and run:\n\n System.Security.SecurityException: Esse assembly não permite chamadores parcialmente confiáveis.",
    "LastUpdatedDate": "2015-11-06T09:53:03.047-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Unassigned",
      "Severity": 0,
      "Id": 0
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2015-11-06T05:18:12.627-08:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "medium trust scenarios",
    "Type": {
      "Name": "Unassigned",
      "Id": 5
    },
    "VoteCount": 1,
    "Id": 17569
  },
  "FileAttachments": [],
  "Comments": []
}