We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NuGet product used (NuGet.exe | VS UI | Package Manager Console | dotnet.exe): dotnet.exe
NuGet version (x.x.x.xxx): 4.3.0.2418
dotnet.exe --version (if appropriate): 2.0.0-preview1-005977
VS version (if appropriate): N/A
OS version (i.e. win10 v1607 (14393.321)): win10 v1703 (15063.296)
Worked before? If so, with which NuGet version: Worked with nuget.exe
Expect: be able to list nuget packages from a source.
Actual: error: Unrecognized command or argument 'list'
error: Unrecognized command or argument 'list'
The text was updated successfully, but these errors were encountered:
@nkolev92 is there anything preventing this from working xplat now that you updated the list command for nuget.exe?
Sorry, something went wrong.
The list APIs are cross-plat so I think the only work required is hooking it up.
@nkolev92 can you please dupe this out.
Dup of #6060
No branches or pull requests
Details about Problem
NuGet product used (NuGet.exe | VS UI | Package Manager Console | dotnet.exe):
dotnet.exe
NuGet version (x.x.x.xxx):
4.3.0.2418
dotnet.exe --version (if appropriate):
2.0.0-preview1-005977
VS version (if appropriate):
N/A
OS version (i.e. win10 v1607 (14393.321)):
win10 v1703 (15063.296)
Worked before? If so, with which NuGet version:
Worked with nuget.exe
Detailed repro steps so we can see the same problem
Expect: be able to list nuget packages from a source.
Actual:
error: Unrecognized command or argument 'list'
The text was updated successfully, but these errors were encountered: