aspnet / Tooling

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

Manage Bower Packages: Include Prerelease checkbox not filtering #997

Closed scottaddie closed 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, and click the bootstrap package. Notice that the Include Prerelease checkbox isn't checked, yet there are prerelease versions of the package listed in the drop-down:

bower_prerelease

These are clearly identified as Pre-release in the Bootstrap GitHub repo:

bootstrap_prerelease

mlorbetske commented 7 years ago

@scottaddie is this the same as #975?

scottaddie commented 7 years ago

That does appear to be the same issue. Feel free to close this one.