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

Support for dotnet search command (equivalent to nuget.exe list, later search) #6060

Closed
livarcocc opened this issue Oct 19, 2017 · 16 comments · Fixed by NuGet/NuGet.Client#5466, dotnet/sdk#36289 or NuGet/NuGet.Client#5580
Assignees
Labels
Category:SeasonOfGiving https://devblogs.microsoft.com/nuget/nuget-season-of-giving/#season-of-giving Functionality:Search Priority:2 Issues for the current backlog. Product:dotnet.exe Type:Feature
Milestone

Comments

@livarcocc
Copy link

From @Kemyke on October 19, 2017 13:29

Steps to reproduce

There is no substituting functionality for 'nuget.exe list' feature. That would be great if it would be possible to use the dotnet CLI for automation on every platform. Currently the mono should be installed on Ubutnu to run nuget.exe. Is there a plan to add all the missing functionality to the dotnet CLI?

Expected behavior

dotnet nuget list

Actual behavior

There is no funcionality in the dotnet CLI to list the available packages.

Copied from original issue: dotnet/cli#7869

@jainaashish jainaashish added this to the Backlog milestone Oct 21, 2017
@jainaashish jainaashish added the Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. label Oct 21, 2017
@rrelyea
Copy link
Contributor

rrelyea commented Oct 23, 2017

in talks with CLI team for proper design for dotnet.exe (may be dotnet search packages ...)

@divinebovine
Copy link

@rrelyea any chance that this will get looked at in next quarter or so? Adding this capability would help with some of our automation pipelines.

@rrelyea
Copy link
Contributor

rrelyea commented May 14, 2019

Shipped this in dotnet sdk 2.2.100.

@rrelyea rrelyea closed this as completed May 14, 2019
@John0King
Copy link

John0King commented May 15, 2019

@rrelyea I think the current dotnet list is not the proposal of this issue.
this issue is about search nuget package in nuget.org , and the current command dotent list is about list the reference of current project.
Should this issue be reopen ?

@nkolev92 nkolev92 reopened this Aug 5, 2019
@nkolev92 nkolev92 changed the title add support for dotnet list command Support for dotnet search command (equivalent to nuget.exe list, later search) Aug 5, 2019
@nkolev92
Copy link
Member

nkolev92 commented Aug 5, 2019

Related issue: #8040

@nkolev92 nkolev92 added Priority:2 Issues for the current backlog. and removed Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. labels Aug 5, 2019
@anangaur
Copy link
Member

anangaur commented Jun 1, 2020

dotnet tool search command already works now with .NET 5. Obviously it applies a filter to search results. So can't we use that code to remove filter and support dotnet packager search? Its odd that too search is available but not regular NuGet package search :)

image

@John0King
Copy link

today, on Devbog https://devblogs.microsoft.com/nuget/getting-started-with-nuget-5-8/ , it saids that now nuget.exe support nuget search , but no dotnet nuget search

@John0King
Copy link

nobody care ?

@JonDouglas
Copy link
Contributor

We do care. We do not have a formal spec for dotnet package search or dotnet nuget search, but when we do, you can check out our proposals in our repository & we'll notify all those in related issues.

@John0King
Copy link

this is really nobody cared!!!!!!
nuget.exe search https://docs.microsoft.com/zh-cn/nuget/reference/cli-reference/cli-ref-search
have been implemented a year ago, and dotnet cli still don't have this command.

related:
dotnet/sdk#9675 >> dotnet sdk repo issue
#7217 >> moved to nuget
#6060 >> referenced by #7217

it's a total year I mean.

@red8888
Copy link

red8888 commented Oct 8, 2021

Just want to add the community tool dotnet-search is frequently referenced as a workaround, but it doesn't support specifying sources and doesn't read the system config for auth so its not usable- the repo is also 3 years old.

https://github.com/billpratt/dotnet-search

@nkolev92 nkolev92 removed the Epic label Mar 18, 2022
@hiredgunhouse
Copy link

Wow, in just over 4 months it will be 5 YEARS!!! since this issue has been created.
How long does it take Microsoft to implement such an obvious feature that should have been there from the start?
I am speechless :)
BTW. This death by 1000 cuts all over the place makes me seriously consider ditching .NET for Java or Node.js.
C# is pretty great language but the platform and developer experience is far from optimal and we developers need both.

@nkolev92 nkolev92 added Category:SeasonOfGiving https://devblogs.microsoft.com/nuget/nuget-season-of-giving/#season-of-giving and removed Pipeline:Backlog labels Aug 29, 2022
@nkolev92 nkolev92 removed this from the Backlog milestone Nov 8, 2022
@zivkan zivkan self-assigned this Dec 12, 2022
@zivkan zivkan removed their assignment Jan 30, 2023
@pflannery
Copy link

This would be a great feature. It would remove some complexity from the versionlens vscode extension and would enable authentication without trying to fetch usernames and passwords for multiple sources on a "no need to know basis"

@JauniusPinelis
Copy link

This is really needed for better .NET development experience in VSCode. Hope this will be completed soon.

@Nigusu-Allehu Nigusu-Allehu self-assigned this Sep 5, 2023
@boggylp
Copy link

boggylp commented Sep 15, 2023

Any plans on prioritising this? It's been an open issue for ~ 6 years now

@JonDouglas
Copy link
Contributor

Folks...this is almost live! 🤩🚢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category:SeasonOfGiving https://devblogs.microsoft.com/nuget/nuget-season-of-giving/#season-of-giving Functionality:Search Priority:2 Issues for the current backlog. Product:dotnet.exe Type:Feature
Projects
None yet