Skip to content
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

Command to list all the package dependencies for a project #4677

Closed
anangaur opened this issue Feb 22, 2017 · 4 comments
Closed

Command to list all the package dependencies for a project #4677

anangaur opened this issue Feb 22, 2017 · 4 comments
Assignees
Labels
Product:NuGet.exe NuGet.exe Resolution:Duplicate This issue appears to be a Duplicate of another issue Type:Feature
Milestone

Comments

@anangaur
Copy link
Member

If I have a project with following dependencies

Project: Foo

  • DepencencyPackageA
  • DepencencyPackageB
  • DepencencyPackageC

I should have a command like

nuget.exe dependencies Foo.csproj

@mishra14
Copy link
Contributor

@anangaur : We have a plan to add a dotnet list package command in dotnet cli. We have a bug tracking it at #4102

@mishra14 mishra14 added Resolution:Duplicate This issue appears to be a Duplicate of another issue and removed Resolution:Duplicate This issue appears to be a Duplicate of another issue labels Feb 26, 2017
@nkolev92
Copy link
Member

@mishra14 But that's for packageref only?
I would assume if we were to do this, it'd need to be done package.config & project.json.

A feature like this would also be functionally equivalent to #1264

@emgarten emgarten added this to the Backlog milestone Nov 9, 2017
@emgarten
Copy link
Member

emgarten commented Nov 9, 2017

@mishra14 has a prototype of this

@mishra14
Copy link
Contributor

closing this as a dupe of #4102.

@anangaur anangaur added the Resolution:Duplicate This issue appears to be a Duplicate of another issue label Jan 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Product:NuGet.exe NuGet.exe Resolution:Duplicate This issue appears to be a Duplicate of another issue Type:Feature
Projects
None yet
Development

No branches or pull requests

5 participants