Deprecate NuGet.exe list in favor of NuGet.exe search #7912
Labels
Category:SeasonOfGiving
https://devblogs.microsoft.com/nuget/nuget-season-of-giving/#season-of-giving
Functionality:List(Search)
Priority:2
Issues for the current backlog.
Product:NuGet.exe
NuGet.exe
Type:DCR
Design Change Request
Milestone
Following the deprecation effort in commands to avoid ambiguity, the
nuget.exe list
command will be renamed tonuget.exe search
.Why we are renaming?
dotnet.exe list
command lists package or project references in projects or solutions, which is different from listing packages from a feed in the actualnuget.exe list
behavior. To avoid confusion between those commands, we want to set a more adequate verb for describing the actualnuget.exe list
behavior.How this will be?
First we'll both commands available in nuget.exe; both of them will have the same functionality, except for
nuget.exe list
, that will display a deprecation warning message each time the command is invoked.In the upcoming releases, we will remove the
nuget.exe list
command.The issue tracking all the deprecated commands is : #7753
The text was updated successfully, but these errors were encountered: