aspnet / Tooling

Issue tracker and info on Visual Studio tooling for ASP.NET
Other
256 stars 124 forks source link

Manage Bower Packages: installed version not selected from drop-down #908

Open scottaddie opened 7 years ago

scottaddie commented 7 years ago

This problem can be reproduced in both VS 2015 Update 3 and VS 2017 RC. Follow these steps:

  1. File --> New --> Project... --> ASP.NET Core Web Application (.NET Core) --> Web Application
  2. Right-click the project name in Solution Explorer, and choose Manage Bower Packages...
  3. Click the Installed tab, and then click the jquery package
  4. Look at the version drop-down next to the Uninstall and Update buttons, and notice that "2.2.3" is selected in the drop-down.

In step 4 above, I would expect the drop-down to default select the installed version of the package, which is 2.2.0. Looking at this dialog, I have no idea which version is actually installed. I'm forced to open the bower.json file to figure it out. The behavior should be more consistent with how things are handled in the NuGet Package Manager dialog.

mlorbetske commented 7 years ago

TFS Bug#362032