BusinessRx Community

Dedicated to the advancement of software, technology and the people who devote their lives to it.

Welcome to BusinessRx Community Sign in | Join | Help
in Search

BusinessRx Reading List

These blog entries are written by industry experts and leaders. We consider this content to be a good read for any software developer or web technologist.

Warning are Errors!

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

Published Thursday, August 31, 2006 2:50 PM by .Avery Blog

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

No Comments

Leave a Comment

(required) 
(optional)
(required) 
Submit
Powered by Community Server, by Telligent Systems
'