NuGet / Home

Repo for NuGet Client issues
Other
1.49k stars 252 forks source link

[Bug]: There is no black arrow install button on the right of custom feed package when hovering on the package in “Browse” tab of PM UI #11757

Closed v-crchang closed 2 years ago

v-crchang commented 2 years ago

NuGet Product Used

Visual Studio Package Management UI

Product Version

Dev\6.3.0.24

Worked before?

Dev\6.3.0.12

Impact

It bothers me. A fix would be nice

Repro Steps & Context

  1. File->New Project->Visual F#, create a Console Application project.
  2. Open Package Manager Settings dialog (Tools->NuGet Package Manager->Package Manager Settings).
  3. Add a custom feed source, type in the name is 'Myget' and the source is https://www.myget.org/F/andy-nuget-project/api/v2.
  4. Start NuGet Package Manager dialog and select the ‘Myget’ package source.
  5. Go to “Browse” tab and hover on the package 'knockoutjs'.

Expected

There is a black download arrow on the right of package list in “Browse” Tab when hovering on the package as below screenshot. image

Actual

There is no black arrow install button on the right of custom feed package when hovering on the package as below screenshot. image

Notes

  1. This issue does not repro on NuGet Client Dev\6.3.0.12.
  2. This issue does not repro on NuGet public feed.

Verbose Logs

No response

nkolev92 commented 2 years ago

Possible that https://github.com/NuGet/NuGet.Client/commit/74ec8baeb1577f68d77320223c7c6285b8f9c779 is the problem.

Assigning to @martinrrm for the initial investigation.