is it possible to run fxcop before build

Hi all;
We run the Fxcop during build from a NAnt script. After build there is over 10.000 error and it is very hard to fix them... is there a way to analysis source code (not assembly)
Thank you for your reply...



Answer this question

is it possible to run fxcop before build

  • Open2Knight

    Nope. FxCop reads the compiled IL only.

    Jonathan

  • is it possible to run fxcop before build