-
Notifications
You must be signed in to change notification settings - Fork 256
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
Support for dotnet search command (equivalent to nuget.exe list, later search) #6060
Comments
in talks with CLI team for proper design for dotnet.exe (may be dotnet search packages ...) |
@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. |
Shipped this in dotnet sdk 2.2.100. |
@rrelyea I think the current |
Related issue: #8040 |
today, on Devbog https://devblogs.microsoft.com/nuget/getting-started-with-nuget-5-8/ , it saids that now nuget.exe support |
nobody care ? |
We do care. We do not have a formal spec for |
this is really nobody cared!!!!!! related: it's a total year I mean. |
Just want to add the community tool |
Wow, in just over 4 months it will be 5 YEARS!!! since this issue has been created. |
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" |
This is really needed for better .NET development experience in VSCode. Hope this will be completed soon. |
Any plans on prioritising this? It's been an open issue for ~ 6 years now |
Folks...this is almost live! 🤩🚢 |
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
The text was updated successfully, but these errors were encountered: