I haven’t talked much about my project here on the blog, but it has been growing and growing over the last year. I am now the lead on a project including three teams and a total of sixteen developers, which can be quite tough to manage. One of the main challenges is ensuring that the code being written is high quality. We use some automated procedures like CruiseControl.NET, FxCop, and Code Coverage and whenever possible the good old fashioned code review.
One of the things that has always bothered me though is compiler warnings, these are simple things that are usually easy to fix and just represent complete laziness when they start cropping up. I would notice these on the build reports and it always drove me crazy. Well, apparently I am the last person to know that you can tell Visual Studio to treat all warnings as errors. A quick change to all of our project files:

and no more warnings (at least not in builds that work).
In the future I will blog more about some of what I have found that works and doesn’t work.
-James
![]()