NuGet/Home

Trim the input in the search box for “Installed” and “Updates” tab

Open

#12,030 opened on 2022年8月17日

GitHub で見る
 (11 comments) (1 reaction) (0 assignees)HTML (1,459 stars) (292 forks)batch import
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:

  1. Install VS Main\32916.354 from: Pipelines - Run main-32816.354 (visualstudio.com)
  2. Install NuGet Client Dev\6.4.0.47 from: Pipelines - Run 6.4.0.47 (visualstudio.com)

Repro steps:

  1. Create a C# Class Library (.Net Core) project.
  2. Build the solution and make sure compilation succeeds.
  3. Right-click the project in Solution Explorer and select “Manage NuGet Packages…” menu item to open PM UI.
  4. Click “Browse” tab and select the “nuget.org” from Package source drop-down list.
  5. 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.
  6. 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. image image image

Note:

The issue reproes when the project is first created.

Verbose Logs

No response

コントリビューターガイド