Question

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

Was it helpful?

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.

OTHER TIPS

I'm not sure which codeanalysis tool you are referring to.

If you mean FxCop, look here: http://msdn.microsoft.com/en-us/library/bb429379(VS.80).aspx

If you mean StyleCop, see the download here: http://code.msdn.microsoft.com/sourceanalysis/Release/ProjectReleases.aspx?ReleaseId=1425

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top