You can grab the extension from the Visual Studio Gallery (latest release).
All releases and pre-releases are available in Releases.
Supports Visual Studio 2015, 2017, 2019.
- 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".
If you want to have the latest development state of BuildVision you can subscribe to the VSIXGallery feed for BuildVision.
- In Visual Studio navigate to Tools -> Options -> Environment -> Extensions
- Click the Add button
- Confiure the right values for BuildVision Preview Feed as shown in the screenshot bellow
- Name: BuildVision Preview-Feed (can be whatever fits you best)
- Url: http://vsixgallery.com/feed/extension/837c3c3b-8382-4839-9c9a-807b758a929f
- Click apply
After you successfully added the VSIX Feed you should be able to install BuildVision through the Extensions dialog (Extensions -> Manage Extensions). You should be able to select BuildVision Preview-Feed and install BuildVision as shown in the screenshot bellow. You can also enable automated updates for the extension as with every extension from the marketplace.
Now you should be able to automatically receive updates for BuildVision as soon as a new version is pushed to the preview stream.