Thank you for this really nice tool. IMHO this type of progress indication on which project still has to be built, is busy building and has finished building should have shipped with Visual Studio 2010 itself.
Nice Tool. But unfortunatly there is a more than 25 seconds delay after clicking on build, before the build actualy starts, on my System. It's a machine with VC10 Pro on Windows XP.
Thank you for this cool add-in. That's something that was really missing in VS. However, a little remark, it does not work accurately with batch builds (at least under VS2005), all builds appear as canceled when we expect the add in to report success or failure of each project.
Nice tool Cilu! This is really nice when you have very large solutions. It would be nice if you would be able to focus the error in the error list when you double click the failed project in the list / if it would show the last project error as a separate column / if it would show the number of errors.
Hi,
If I activate this plugin in VS2012 on a big solution (~100 projects, ~50 loaded) vs (often, not always) crashes when building (out of memory, since it allocates memory till it crashes), but this doesn't always seems to happen.
Love this extension but it does not seem to work properly in Windows 8 (using VS2008). The progress is not appear on the task bar. It also causes VS to lock up for ~20 seconds on start-up.
Simply edit the VSBuildStatusAddin.AddIn file in your 'My Documents\Visual Studio 2012\Addins' folder, and add
<HostApplication>
<Name>Microsoft Visual Studio Macros</Name>
<Version>11.0</Version>
</HostApplication>
<HostApplication>
<Name>Microsoft Visual Studio</Name>
<Version>11.0</Version>
</HostApplication>
after '<Extensiblity ...' line.
And it works !
Cool-looking add-in - I wish I could try it...
I just tried this with VS2010 Premium RTM (Windows 7 x64). When I start VS after installing the add-in, I get the following message:
==============
The Add-in 'VSBuildStatus' failed to load or caused an exception.
Error Message: <Unknown Error>
Error number: 80131515
==============
Thank you guys for trying the add-in and for reporting the error. The bad thing is that I'm having two different machines (a PC and a laptop) with Windows 7 x64, running VS 2010 RTM, and I never encountered this problem, which makes it very hard to fix. I will try to use other machines to and see if I can reproduce and in that case debug it.
The assembly is blocked on your machines, because it's downloaded from the internet and therefore unsecure. Right-click the dll, open Properties, and click Unblock at the bottom of the dialog.
This is a great plugin. One thing that would be a nice addition would be for a yellow icon for projects with warnings. Right now there is green for success and red for failed/error only.
Also if this project is not being developed any longer (I have not seen any updates for over a year) then if the source code could be made available so others can contribute to the code, this would be great.
I use MSBuild inside visual studio to fire my builds.
Why -> read here: http://www.hanselman.com/blog/FasterBuildsWithMSBuildUsingParallelBuildsAndMulticoreCPUs.aspx
It'd be nice if your plugin could hook up to that and display build status.
It's a pretty cool addin, thank you for sharing.
I have one suggestion for improvement I'd like to see: please add a column for the build duration per project. Additionally it would be cool if the columns would be sortable.
Best regards
Thomas
I second that: tallying build time would be awesome! The "Completed" column is nice, but an automatic calculation of how long each project took to compile would rock. Great add-in, thank you!
Hi , It looks a great plugin. But now we don't see always the buildscreen.
With your plugin, you can see it now on the taskbar.
But isn't there an option to make the backcolor of VS in red?
Hi, great plug-in, thanks for sharing!
It would be really cool to get some taskbar thumbnail preview buttons like in Win7 Taskbar Extension (http://visualstudiogallery.msdn.microsoft.com/en-us/0c92dd87-50ac-489e-882b-b99de7624502). And it would be perfect if they were customizable.
Thanks!
Don't worry about that - I have created my own extension for taskbar buttons. (http://visualstudiogallery.msdn.microsoft.com/en-us/2ab9d582-0d22-4aef-9bd5-a59c10c137ce)