assistance with fxcop

Posted by amateur on Stack Overflow See other posts from Stack Overflow or by amateur
Published on 2012-11-13T00:21:02Z Indexed on 2012/11/13 5:00 UTC
Read the original article Hit count: 220

Filed under:
|
|
|

I am at present developing a mvc4 project that comunicates to a set of wcf services. I am setting such up in tfs build for a team of developers.

I am very much a newbie to fxcop and code analysis in general. I am currently researching it and have some questions following this:

  • Is it recommended to use the rules that come with fxcop?
  • Should it be included as a build task during builds?
  • What is the value from it?
  • Are there guidelines to what rules to abide by or is it best to go with the default?
  • Is it correct to run the analysis as a post build event?

I am a newbie to fxcop and would like some feedback. I am as it is integrating stylecop in to my build.

© Stack Overflow or respective owner

Related posts about msbuild

Related posts about code-analysis