You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following commands are being deprecated because these are cause of confusion due to their nomenclature and/or other related commands that already exist:
nuget list: Currently displays a list of packages from a given source
This will be replaced by an equivalent command nuget search which will be later enhanced with more capabilities as we make progress with search improvements.
nuget add: Currently adds a specified package to a non-HTTP package source (a folder or UNC path) in a hierarchical layout, wherein folders are created for the package ID and version number.
This will be replaced by overloading nuget push command.
These commands will be deprecated i.e. there will be a warning on usage of these commands in 5.0 so that in future releases these commands can be discontinued.
The text was updated successfully, but these errors were encountered:
NuGet
locked and limited conversation to collaborators
Apr 1, 2019
Tracking Issue(s):
The following commands are being deprecated because these are cause of confusion due to their nomenclature and/or other related commands that already exist:
nuget list
: Currently displays a list of packages from a given sourcenuget search
which will be later enhanced with more capabilities as we make progress with search improvements.nuget add
: Currently adds a specified package to a non-HTTP package source (a folder or UNC path) in a hierarchical layout, wherein folders are created for the package ID and version number.nuget push
command.The text was updated successfully, but these errors were encountered: