Click here to Skip to main content
15,894,343 members
Articles / .NET
Tip/Trick

StopOnFirstBuildError

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
11 Jun 2014CPOL 7.2K   4  
Stops a solution build immediately after a project has failed to build

Introduction

When working with a large project or solution, build time could take very long to complete. Once it completes, the list of errors and warnings could have hundreds of items.

Image 1

There's a free extension in Visual Studio that could help you save build time and identify one build error at a time:

StopOnFirstBuildError

Screenshot

Early cancellation of the build and revealing the very first error allows you to tackle one error at a time (which is often the most important one) and saves you the wait of the long build.

Thanks for reading.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions

 
-- There are no messages in this forum --