Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Bash] The searching mode “packageid:[PackageName]” should also be supported in the filter of ‘Installed’/’Updates’/’Consolidate’ tab #13543

Closed
v-luzh opened this issue Jun 13, 2024 · 2 comments
Labels
Found:ManualTests Type:DCR Design Change Request

Comments

@v-luzh
Copy link

v-luzh commented Jun 13, 2024

NuGet Product Used

Visual Studio Package Management UI

Product Version

Dev\6.11.0.96

Worked before?

It’s not a regression since it reproes on D16.11\34601.136 with implicit NuGet Client 5.11.6.4.

Impact

It bothers me. A fix would be nice

Repro Steps & Context

Repro Steps:

  1. Create a solution with two C# Console App (.NET 8.0) projects (called Project1 and Project2), right-click the solution in the Solution Explorer window and select the menu item “Manage NuGet Packages for Solution…”..
  2. Go to ‘Browse’ tab, install the package ‘jQuery 3.5.0’ into Project1 and install the package ‘jQuery 3.6.0’ into Project2.
  3. In the right panel, select the ‘3.5.0’ in the drop-down list of ‘Version’ box and click the alternate package link ‘jQuery>=3.5.0.1’.
  4. Don’t delete the searching string “packageid:[PackageName]” in the filter and click the ‘Installed’/’Updates’/’Consolidate’ tab.

Expected Results:

The searching mode “packageid:[PackageName]” should also be supported in the filter of ‘Installed’/’Updates’/’Consolidate’ tab. There should be the package ‘jQuery’ listed in ‘Installed’/’Updates’/’Consolidate’ tab in this instance.

Actual Result:

The searching mode “packageid:[PackageName]” is not supported in the filter of ‘Installed’/’Updates’/’Consolidate’ tab as below screenshot. It doesn’t make sense because the searching mode “packageid:[PackageName]” is supported in ‘Browse’ tab.
image

Notes:

Repro Rate: 100%

Verbose Logs

No response

@donnie-msft
Copy link
Contributor

Worth considering this DCR as part of #12704

@jeffkl
Copy link
Contributor

jeffkl commented Jun 17, 2024

Team Triage: Unfortunately making this work is very involved. Only certain endpoints support such filtering and so the feature would need to be enabled only if the feed supported it.

@jeffkl jeffkl closed this as not planned Won't fix, can't repro, duplicate, stale Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Found:ManualTests Type:DCR Design Change Request
Projects
None yet
Development

No branches or pull requests

4 participants