StefanKert / BuildVision

A Visual Studio extension to visualize the building process.
MIT License
261 stars 43 forks source link

Visual Studio 2019 Support #77

Closed BoF-TiPa closed 4 years ago

BoF-TiPa commented 5 years ago

I have used this tool for a long time. It is a great tool. When will it support Visual Studio 2019?

StefanKert commented 5 years ago

Hi @BoF-TiPa ,

since VS2019 requires the packages to support AsyncPackage I am currently working on migrating BuildVision (#71).

Since there have been many changes I try to get as much feedback for the preview as possible to don´t break users. If you have time check it out and let me know if it is working properly for you and if you have any suggestions:

The preview is hosted in the vsixgallery: http://vsixgallery.com/extension/837c3c3b-8382-4839-9c9a-807b758a929f/

This page should give you a good overview on how you can subscribe :). If you have troubles using it let me know.

Thanks for your help.

Chaosmeister commented 5 years ago

Works fine for me

image

kubiix commented 5 years ago

For me, when build s done, it still continues counting the time in BuildVision window and in VS statusbar. Tried several project types - ASP.NET, WinForms, CoreConsole...

Also using latest VS 2019 v16.1.3

tb-mtg commented 5 years ago

Any progress on a non-preview version?

rabauke commented 5 years ago

Triggering compilation, it does not start until BuildVision window is hidden by switching to some other tab. Tested with 3.0.0.94 of Jul 5. 2019 16:46. This issue is observed with very large solutions only, not in general. I had installed also an earlier preview of the VS 2019 plugin (do not remember which version), which did not show this behavior.

Ext3h commented 5 years ago

SUffering from the same issue as @rabauke.

Tried to debug it, but unfortunately that preview build is missing about half the required PDB files. Any chance of providing an updated preview with the missing symbols added, so feedback can be provided?

mtomana commented 5 years ago

For me - the same issue at @rabauke and @Ext3h CPU is highly used, and it does nothing until you switch to other, for example, Output tab.

StefanKert commented 5 years ago

Hi folks,

sorry for the delay. I´ve been on a extended vacation this summer and had not much time to do OS stuff.

@Ext3h I´ll take a look if I can bring up a build that includes those files. I´ll let you know as soon as it is deployd

Thanks for the hint with the CPU. I´ll check that. this might be related to #75.

StefanKert commented 5 years ago

Hi folks!

Finally I had time to get into some coding and I think i fixed most of the issues. Please checkout the newly pushed version (3.0.0-preview-1.96+2cf7960452) which should solve this issue. You should be able to update it if you configure VSIX Gallery in visual studio.

Thanks in advance for the feedback! :)

pyrocumulus commented 5 years ago

I am currently testing this on my Visual Studio 2019. The basic functionality appears to be working correctly.

How do you want to receive the feedback on this preview version? Through this issue or separate new issues? Because I think I've found a small bug.

StefanKert commented 5 years ago

Thanks for the feedback.

If it is something unrelated to the current issue I would really appreciate if you could create another issue :)

pyrocumulus commented 5 years ago

Alright, it's a bit related I guess. But I submitted a separate issue #81 for your clarity :)

toughengineer commented 4 years ago

Hello.

When I open a solution (e.g. from Windows Explorer) BuildVision window pops up in the middle of the screen while the solution is loading. Then it disappears when the solution is finished loading.

BuildVision window is docked at the bottom and is unpinned (the window is not shown, only tab is visible).

No big deal, but maybe it's easily fixable.

Otherwise it seems to work alright.

VS 2019 16.4.2. Preview 1.99

jzabroski commented 4 years ago

I've noticed that too but assumed I did something.

tb-mtg commented 4 years ago

Version 3.0.0.99 appears to be working for me.

Can you make it available on the Visual Studio Marketplace?

jzabroski commented 4 years ago

Yeah, I havent observed any stability issues on VS 2019 16.4

StefanKert commented 4 years ago

BuidVision 3.0.0 is now available on the official Marketplace :)

Thanks to all of you for your help and your patience. I hope I can spend more time in the next few months to bring in additional Features.

Closing this now. Please create new issues if you are facing bugs in the latest version.