Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Bash] The “Package Level” column will show “transitive” for several seconds when installing a top-level package in solution-level PM UI #13972

Open
v-luzh opened this issue Nov 29, 2024 · 1 comment
Labels
Category:Quality Week Issues that should be considered for quality week Found:ManualTests Functionality:Install The install command in VS/nuget.exe Functionality:VisualStudioUI Package Manager UI et al Priority:2 Issues for the current backlog. Product:VS.Client Type:Bug

Comments

@v-luzh
Copy link

v-luzh commented Nov 29, 2024

NuGet Product Used

Visual Studio Package Management UI

Product Version

Dev\6.13.0.79

Worked before?

It’s not a regression since it is a new feature.

Impact

It bothers me. A fix would be nice

Repro Steps & Context

Details about problem

NuGet Version: Dev\6.13.0.79
VS Version: Main\35528.37
OS: Windows-11-Enterprise-23H2

Notes:  

  1. The repro rate is 100%. 
  2. It’s not a regression since it is a new feature.

Repro Steps:   

  1. Create a “C# Console App (.NET 9.0)” project.   
  2. Right-click the solution in Solution Explorer window and select "Manage NuGet Packages for Solution…" menu item to open the solution-level PM UI.   
  3. Click “Browse” tab and select the source “nuget.org” from Package source drop-down list.
  4. Install a package (e.g. log4net) and observe “Package Level” column in the details pane.

Expected Result:

It should show “top-level” in the “Package Level” column in the details pane.

Actual Result:

The “Package Level” column will show “transitive” for several seconds, and then update to the correct “top-level” as the screenshot below.
TransitivePackageFlashed

Verbose Logs

No response

@kartheekp-ms
Copy link
Contributor

I am able to reproduce the issue following the repro steps mentioned in the issue description.

@kartheekp-ms kartheekp-ms added Functionality:VisualStudioUI Package Manager UI et al Functionality:Install The install command in VS/nuget.exe and removed Triage:Untriaged labels Dec 7, 2024
@nkolev92 nkolev92 added Product:VS.Client Priority:2 Issues for the current backlog. Category:Quality Week Issues that should be considered for quality week labels Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category:Quality Week Issues that should be considered for quality week Found:ManualTests Functionality:Install The install command in VS/nuget.exe Functionality:VisualStudioUI Package Manager UI et al Priority:2 Issues for the current backlog. Product:VS.Client Type:Bug
Projects
None yet
Development

No branches or pull requests

3 participants