StefanKert / BuildVision

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

v3.0.0.104 still has a 'Preview' marker in the header #95

Closed yannduran closed 4 years ago

yannduran commented 4 years ago

If I understand correctly, v3.0.0.104 is no longer a preview release? There is still a preview marker in the header:

image

StefanKert commented 4 years ago

Indeed! Looks like there is something weird happening in the build pipe. I´ll check that and let you know as soon as it is fixed. Thanks for the heads up

yannduran commented 4 years ago

Kein problem! Anytime.

yannduran commented 4 years ago

I think I found why the Preview marker appears.

In line 43 of ControlView.xaml there's a Border element whose visibility's being bound to PreviewVersion in BuildVisionPaneViewModel.

image

It's possible that the extension isn't being published using the Marketplace configuration, but AFAIK you can't bind to a constant in a viewmodel, only to a property.

HTH