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?<
Have a look at the SuppressMessageAttribute in VisualStudio: http://msdn.microsoft.com/en-us/library/ms182068.aspx
SuppressMessageAttribute