Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何解决 VS2012 中的此错误“不安全代码可能仅在使用 /unsafe 编译时出现”?我不是从命令行编译,所以我不能简单地添加 /unsafe。如何在 VS2012 中编译不安全代码?
右键单击您的项目。选择“属性”。切换到“构建”选项卡。勾选“允许不安全代码”。
打开project properties,选择Build选项卡并单击Allow unsafe code。
project properties
Build
Allow unsafe code