FxCop (tool for static code analysis) gives me an error while checking code behind of .edmx model. How to prevent FxCop from analyzing auto-generated code (or at least Entity Fr
I've used the /ignoregeneratedcode switch in the project that contained the auto-generated code that I did not want FxCop to analyze.
/ignoregeneratedcode
Here is an MSDN FAQ about how to prevent FxCop 1.36 from firing warnings against auto generated code.