Possible Duplicate:
Does a huge amount of warnings make C# compile time longer?
In MSBuild / Visual Studio, if your code generates a lot of FXCop or StyleCop warnings, does this have a performance impact on the build time?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s not the warnings that will add to the build time, it’s the static analysis tools that you are using that will slow down, no matter whether the code is valid or not.