A Visual Studio extension to visualize the building process.
You can grab the extension from the Visual Studio Gallery (latest release).
All releases and pre-releases are available in Releases.
Supports Visual Studio 2012, 2013, 2015.
- Install the VSIX package and restart Visual Studio.
- Open BuildVision tool window from Main Menu: "View → Other Windows → BuildVision".
BuildVision activates when Visual Studio starts the process of building, rebuilding or cleaning projects (solution).
BuildVision tool window and Visual Studio Status Bar displays the current state of the process, for example: "Build solution 'MyApplication' started at 18:24:12 ..." or "Clean project 'MyProject' completed successfully at 18:25:20".
During the process, for each project the following columns are updated: State, Build Start Time, Build End Time, Elapsed Time, etc., as well as Errors, Warnings and Messages produced by MSBuild.
Indicators Panel, which is located above the table of projects, displays total number of errors, warnings and messages produced by MSBuild, the number of failed projects and successfully processed.
You can configure BuildVision via "Tools → Options... → BuildVision".