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, even those exceptions.
So is there a way to suppress the error code ?
Thanks