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

Show resolution tree for transitive dependencies and constraint for dependency in dotnet list package #11553

Open
erdembayar opened this issue Feb 2, 2022 · 4 comments
Labels
Functionality:ListPackage dotnet.exe list package Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Product:dotnet.exe Type:Feature

Comments

@erdembayar
Copy link
Contributor

erdembayar commented Feb 2, 2022

If we have something like https://lib.rs/crates/cargo-tree or npm tree that would we great.

https://github.com/NuGet/Home/pull/11446/files#r777233006
image

It looks above link not working, please check here or see above screenshot.

@JonDouglas
Copy link
Contributor

There was a design for this in transitive dependencies work already:

image

@nkolev92 nkolev92 added Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Type:Feature labels Feb 14, 2022
@ransagy
Copy link

ransagy commented Mar 4, 2024

As this seems to have been shelved; is there an official workaround/alternative to actually seeing/extracting the whole of a package/project dependency tree in the entirety of the .NET/NuGet ecosystem?

@nkolev92 nkolev92 added Product:dotnet.exe Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. and removed Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Product:dotnet.exe Triage:NeedsTriageDiscussion labels Apr 8, 2024
@zivkan
Copy link
Member

zivkan commented Jul 27, 2024

dotnet nuget why was/will be added to the .NET 8.0.400 SDK, and has been available in the .NET 9 SDK since preview 6.

I think this will satisfy most use cases of the request for dotnet list package

@ransagy
Copy link

ransagy commented Jul 30, 2024

Wasn't aware of that; That looks good!
I think it misses some of the cases due to being single-package centric rather than a report of the whole project/solution, but that can be worked around. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Functionality:ListPackage dotnet.exe list package Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Product:dotnet.exe Type:Feature
Projects
None yet
Development

No branches or pull requests

7 participants