Open
Description
NuGet Product Used
Visual Studio Package Management UI
Product Version
Dev\7..0.0.5
Worked before?
It’s not a regression since the issue reproes on VS 17.14.5 with implicit NuGet 6.14.0.116.[It doesn’t repro on D16.11\35925.156 with implicit NuGet 5.11.6.4 since VS 16.11 don’t have the vulnerable package feature.]
Impact
It bothers me. A fix would be nice
Repro Steps & Context
Notes:
- The repro rate is 100%.
- It also reproes in other dark-series theme: Cool Slate/Juicy Plum/Moonlight Glow/Mystical Forest/Spicy Red.
Repro Steps:
- Click the “Continue without code" link when launching VS and choose “Dark” theme from Tools->Theme.
- Create a C# Console App (.NET Framework 4.8.1) project in VS and open the project-level PM UI.
- Click the “Browse” tab, install a package (e.g. Newtonsoft.Json 12.0.1) with “PackageReference” format and build the solution.
- Press “Tab” key when the focusing is on the link ”Show errors in output”/”Dismiss”/“Manage NuGet Packages”.
Expected Result:
The focus-on dashed box of link ”Show errors in output”/”Dismiss”/“Manage NuGet Packages” is easy to notice.
Actual Result:
The focus-on dashed box of link ”Show errors in output”/”Dismiss”/“Manage NuGet Packages” is hard to notice as the screenshot below.