你在项目的build选项中勾选Allow unsafe code试试
正确配置:project.json
"compilationOptions": { "emitEntryPoint": true, "allowUnsafe": true }
ASP.NET 5类库项目中没有这个选项
@dudu: project.json
"compilationOptions": { "emitEntryPoint": true, "allowUnsafe": true }
@MrNice: 正解!
@MrNice: 能不能在开始回答的答案中加上这个解决方法,这样在最佳答案中能直接看到
不安全的代码?