What is a good resource for finding out the warning numbers in Visual C# 2008. I found this page: http://msdn.microsoft.com/en-us/library/4wtxwb6k(VS.71).aspx but it's very hard to sort through the warning numbers.
I am trying to figure out which warning number to use for the warning disable pragma:
http://msdn.microsoft.com/en-us/library/441722ys(VS.80).aspx
Specifically, I am trying to find the one related to Missing XML comments for publicly visible types.