Skip to content

fobrs/ParallelBuildsMonitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Builds Monitor

Parallel Builds Monitor Visual Studio Extension

For Visul Studio 2017 2019 2022

This extension can be installed via Visual Studio Marketplace

Release Notes

Git contents:

  • Plugin - contain Parallel Build Monitor extension to be installed in Visual Studio.
  • Example - contain some dummy project with irrelevant code just to test Parallel Build Monitor plugin.
  • Tests - unit tests for Plugin.
  • packages and TestResults - dynamically created directories during build or testing.

How to debug this project

Uninstall Parallel Build Monitor if installed

  • Open ParallelBuildsMonitor.sln
  • Open project properties
  • Go to Debug tab
  • Click Start External Program and browse for devenv.exe
  • In Command line arguments type /rootsuffix Exp
  • Start Debugging

Next Visual Studio will be open. ParallelBuildMonitor will be automatically added to it. If control is not visible open it from menu View->Other Windows->Parallel Builds Monitor. Be aware that debugged Visual Studio is open in experimental mode and some settings may be different from your current profile.

Developed with:

Microsoft Visual Studio Community 2022 (64-bit)
Version 17.0.4
Microsoft .NET Framework
Version 4.7.2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 83.7%
  • C++ 13.1%
  • C 2.2%
  • Other 1.0%