NuGet Product Used
Visual Studio Package Management UI
Product Version
VS D18.3\11309.111 with implicit NuGet Client Dev\7.0.3.20
Worked before?
It is not a regression since it reproes on VS D18.0\11304.174.
Impact
It bothers me. A fix would be nice
Repro Steps & Context
Notes:
- Repro rate: 100%.
- Same issue reproes on the value of ‘Package Level’ column as the screenshot below.
Repro Steps:
1.Create a solution with two C# Console Apps (.NET 10.0) in VS .
2.Right-Click the solution node in the Solution Explorer window and select ‘Manage NuGet Packages for Solution…’.
3.Install a vulnerable package (for example: Newtonsoft.Json 12.0.1) into both projects and observe the details panel on the right.
Expected Result:
The default width of ‘installed’ column in the details panel of solution-level PM UI should include the vulnerable package warning icon self-adaptively.
Actual Result:
The default width of ‘installed’ column in the details panel of solution-level PM UI didn’t include the vulnerable package warning icon self-adaptively. It is not convenient since users must drag the column splitter to the right
Verbose Logs