Is there a way to suppress warnings in C# similar to Java's @SuppressWarnings annotation?

后端 未结 8 1040
北恋
北恋 2020-12-03 16:59

Is there a way to suppress warnings in C# similar to Java\'s @SuppressWarnings annotation?

Failing that, is there another way to suppress warnings in Visual Studio?<

8条回答
  •  执念已碎
    2020-12-03 17:18

    Have a look at the SuppressMessageAttribute in VisualStudio: http://msdn.microsoft.com/en-us/library/ms182068.aspx

提交回复
热议问题