Skip to Main Content
Visual Studio Hacks
book

Visual Studio Hacks

by James Avery
March 2005
Intermediate to advanced content levelIntermediate to advanced
304 pages
19h 23m
English
O'Reilly Media, Inc.
Content preview from Visual Studio Hacks
138
|
Chapter 4, Customizing Visual Studio
#35 Modify the Build Output and Navigate the Results
HACK
HACK
#35
Modify the Build Output and Navigate the
Results Hack #35
Find out how to add your own information into the build output, as well as get
more out of the standard results by jumping directly to source of the problem.
The build output window is very important to developers. It tells us when
we have errors and warnings in our builds, provides a means of tracking
those issues down, and gives us a view into the progress of the build process.
Modifying the Build Output Results
You have the capability of modifying the output of the build results to pro-
vide some extra information. All you need to do is tap into the build events
[Hack #34] and add your own output. For example, a failed build of a project
looks like the screen shown in Figure 4-27.
If you use the hack to stop a build process when one of the project builds
fail
[Hack #34], then on a large solution build, you’ll want to know exactly
which project is causing the build to die. Starting with the code from
“Customize Your Project Build Process” [Hack #34], the code in the Macro
Explorer looks like this:
Figure 4-27. Failed build output
Modify the Build Output and Navigate the Results #35
Chapter 4, Customizing Visual Studio
|
139
HACK
Private Sub BuildEvents_OnBuildProjConfigDone( ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Microsoft Visual Studio 2015 Unleashed, Third Edition

Microsoft Visual Studio 2015 Unleashed, Third Edition

Mike Snell, Lars Powers
.Net Framework Essentials

.Net Framework Essentials

Thuan L. Thai, Hoang Lam
C# 5.0 Unleashed

C# 5.0 Unleashed

Bart De Smet
Programming .NET Security

Programming .NET Security

Adam Freeman, Allen Jones

Publisher Resources

ISBN: 0596008473Errata Page