Search code examples
visual-studio-2005code-analysis

Where are the explanations to warnings of VS 2005 Code Analyses tool?


Does anyone know where to find an explanation to the warnings in VS 2005 Code Analyses tool. I would like some documentation, explaining why it creates the warnings it does and what course of action one should take.


Solution

  • You should be able to right click the warnings it gives you in the Error List and view Error Help, right from within Visual Studio. There's also a section of MSDN articles, if you'd prefer.