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.
有没有一种方法可以在 Xamarin Studio 的构建过程中隐藏某些警告?我故意在我的解决方案中包含了某些已弃用的类成员,我厌倦了每次编译时都被提醒。
右键单击您的项目 -> 选项 -> 构建/编译器,然后调整警告级别或在“忽略警告”文本框中列出您不想被告知的警告。
要查看警告代码,请单击Errors右下角的并在每个警告行的末尾,您会看到它。
Errors