Running FxCop on a ASP.NET MVC application

705 Views Asked by At

Hi I'm implementing an FxCop analysis over our MVC application. Does anyone have a recommended version and ruleset?

Thanks!

1

There are 1 best solutions below

2
On

We use the version built into VS Pro+ with a custom ruleset which is essentially "all rules" minus one or two which are irrelevant to us (e.g., code signing).