Skip to content

verysimplenick/BuildVision

 
 

Repository files navigation

BuildVision Build status

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.

Installation and startup
  1. Install the VSIX package and restart Visual Studio.
  2. Open BuildVision tool window from Main Menu: "View → Other Windows → BuildVision".
Description

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.

Screenshots

Build completed on Light Theme Build completed on Dark Theme Rebuild started on Light Theme Build failed on Light Theme

Configuring

You can configure BuildVision via "Tools → Options... → BuildVision".

About

NOT MAINTAINED - A Visual Studio extension to visualize the building process.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.8%
  • PowerShell 0.2%