Home: Support for dotnet search command (equivalent to nuget.exe list, later search)

Created on 19 Oct 2017  路  8Comments  路  Source: NuGet/Home

_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_

Epic Backlog 2 dotnet.exe Feature

Most helpful comment

@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 ?

All 8 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 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 ?

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

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

nobody care ?

Was this page helpful?
0 / 5 - 0 ratings