fxcopcmd

Globally disabling FxCop errors in TeamCity

Ok, another FxCop question for today. I've read the arguments regarding the IdentifiersShouldBeCasedCorrectly rule, and whether or not it should be "XML" or "Xml". Well, I'm an "XML" guy and I want to stay that way. Therefore, I do not want FxCop to correct me all of the time. I have been using the SuppressMessage attribute only for ...

FxCop + command line execution?

does anyone know how to or can provide the syntax for running FxCop via command line. i want to set a task to run a defined rules.fxcop file (this is a empty project that i made with only a select set of rules enabled to reduce noise and check for things i am interested in) can someone explain how i can accomplish this... i am guessin...

Is there a way to make fxcopcmd to always return 0 ?

Hello everyone ! I would like to use fxcop in a continuous build, and almost every class in my project are analysed, but there is some exception (assembly load) and it makes the fxcopcmd exit with error code 8. So the continuous build fails, because of this error code. I want the build to finish, so that i can present all the results, ...

Fxcop custom rule for identifying if conditions

hi how can i write a custom rule to identify an expression in an if condition? Kindly help me in this. ...