aspnet / Tooling

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

Manage Bower Packages: Project Homepage field empty #994

Open scottaddie opened 7 years ago

scottaddie commented 7 years ago

In VS 2017 RC4 (26206.0), create a new ASP.NET Core 1.1 app targeting .NET Core, using the Web Application template. Open the Manage Bower Packages dialog, click the Installed tab, click the jquery-validation-unobtrusive package, and notice that its Project Homepage field is empty:

bower_proj_home

I'd expect this to display the bower.json file's homepage attribute value, which is populated:

https://github.com/aspnet/jquery-validation-unobtrusive/blob/8b1a0d61dec6d884956901ec8a187f5ba74cde3b/bower.json#L4

mlorbetske commented 7 years ago

TFS Bug#383901