NuGet/Home
在 GitHub 查看Trim the input in the search box for “Installed” and “Updates” tab
Open
#12,030 创建于 2022年8月17日
Category:Quality WeekFound:ManualTestsFunctionality:VisualStudioUIPriority:2Product:VS.ClientType:Buggood first issuehacktoberfesthelp wanted
描述
NuGet Product Used
NuGet.exe
Product Version
Dev\6.4.0.47
Worked before?
No response
Impact
It bothers me. A fix would be nice
Repro Steps & Context
Installation steps:
- Install VS Main\32916.354 from: Pipelines - Run main-32816.354 (visualstudio.com)
- Install NuGet Client Dev\6.4.0.47 from: Pipelines - Run 6.4.0.47 (visualstudio.com)
Repro steps:
- Create a C# Class Library (.Net Core) project.
- Build the solution and make sure compilation succeeds.
- Right-click the project in Solution Explorer and select “Manage NuGet Packages…” menu item to open PM UI.
- Click “Browse” tab and select the “nuget.org” from Package source drop-down list.
- Search 'Microsoft.NETCore.Platforms' package in the filter of “Browse” tab, select version 6.0.1 in the “Version” drop-down box and click the ‘Install’ button on the right panel.
- Switch to the “Installed” and “Updates” tab.
Expected:
The package should show on “Installed” and “Updates” tab.
Actual:
No package found on “Installed” and “Updates” tab as below screenshot.

Note:
The issue reproes when the project is first created.
Verbose Logs
No response