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 “Installed” box is empty in details pane of the installed "PackageReference" package after switching from project PM UI of project2 to project1 for non-SDk project #13971

Open
CiciLi1 opened this issue Nov 29, 2024 · 0 comments

Comments

@CiciLi1
Copy link

CiciLi1 commented Nov 29, 2024

NuGet Product Used

Visual Studio Package Management UI

Product Version

NuGet Client Dev\6.13.0.79

Worked before?

It is not a regression since it also reproes on D17.12\33527.113 with implicit NuGet Client 6.12.2.1.

Impact

It bothers me. A fix would be nice

Repro Steps & Context

Notes:  

1.The repro rate is 100%. 

2.This issue doesn’t repro when switching to any other package in the package list and then switching back to the installed package in step 7.

3.The “Installed” line was lost on D16.11\34601.136 with implicit NuGet Client 5.11.6.4 after doing the step 6 as below:
image

Repro Steps:   

  1. Create a solution with two projects C# Class Library (.NET Framework 4.8.1) called Project1 and Project2.

  2. Open PM UI of Project1 and go to “Browse” Tab.

  3. Select package source: “nuget.org” and install "NUnit" package with version 3.13.1 in "PackageReference" format (Don’t close PM UI after installing package).

  4. Open PM UI of Project2 and go to “Browse” Tab.

  5. Select package source: “nuget.org” and install “Newtonsoft.Json” package with version 13.0.1 in "PackageReference" format (Don’t close PM UI after installing package).

 6. Switch to PM UI of project1.

  1. Observe the details pane of package “Nunit”.

Expected:   

The “Installed” box should show installed version “3.13.1” of package “NUnit” in details pane.

Actual:   

The “Installed” version box is empty in details pane as below screenshot: 
image

Verbose Logs

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant