NuGet/Home

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

Open

#12 030 ouverte le 17 août 2022

Voir sur GitHub
 (11 commentaires) (1 réaction) (0 assignés)HTML (292 forks)batch import
Category:Quality WeekFound:ManualTestsFunctionality:VisualStudioUIPriority:2Product:VS.ClientType:Buggood first issuehacktoberfesthelp wanted

Métriques du dépôt

Stars
 (1 459 stars)
Métriques de merge PR
 (Merge moyen 464j 23h) (1 PR mergée en 30 j)

Description

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

Guide contributeur