[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
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.
Type:Bug
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:

Repro Steps:
Create a solution with two projects C# Class Library (.NET Framework 4.8.1) called Project1 and Project2.
Open PM UI of Project1 and go to “Browse” Tab.
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).
Open PM UI of Project2 and go to “Browse” Tab.
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.
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:

Verbose Logs
No response
The text was updated successfully, but these errors were encountered: