Is there anyway I can run static code analysis using fxcop for silverlight code in .net 3.5
I found this article as well as a tool XAMLToolkit
These are targetted towards .net 4.0 though!
Is there anyway I can run static code analysis using fxcop for silverlight code in .net 3.5
I found this article as well as a tool XAMLToolkit
These are targetted towards .net 4.0 though!
I'm always struggling to see the difference between the built-in code analysis in vs and fx-cop. I thought that the plan was to converge the two at one point. Anyway, we use the built-in code analysis for silverlight 3 projects and it works fine, both in visual studio and on our build server.
Is there any particular reason not to use the built-in code analysis?