StefanKert / BuildVision

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

vs2019 warns about usage of deprecated APIs #72

Closed Atrejoe closed 5 years ago

Atrejoe commented 5 years ago

VS2019 Preview warns that BuildVision may not work with future versions:

image

Using buildvision 2.2.0.4

StefanKert commented 5 years ago

Hi there,

thanks for the heads up. I am currently working on the VS2019 release. You can follow the process in #71. I hope that I can have a first pre release by the end of next week.

willl commented 5 years ago

Just an FYI - VS 16.1 Preview 1 disables any extensions that are synchronously auto loaded. image

And also mentioned here

StefanKert commented 5 years ago

HI @willl ,

I just published a first draft of the new version to http://vsixgallery.com/extension/837c3c3b-8382-4839-9c9a-807b758a929f/

If you have time to check it let me know if it works for you or if you are facing any issues.

willl commented 5 years ago

Thank you @StefanKert. Installed it this morning and it seems great so far 👍

Atrejoe commented 5 years ago

Thanks a lot, this appears to work without warnings and has a nice 'preview' label ;) One question: didn't the previous version allow expand the lines to display details of any build errors/warnings? I guess any questions about possible feature changes should go in #71, this issue could be closed

StefanKert commented 5 years ago

Hi @Atrejoe,

yeah actually there is a bug in the current Preview that breaks the error stuff. I am currently working on it :). I will close this issue for now. If you are on the "beta feed" you will see the fix as soon as it is up :)