Skip to content

Conversation

@advay26
Copy link
Member

@advay26 advay26 commented Jun 6, 2024

Fixes: https://github.com/NuGet/Client.Engineering/issues/2861
(Part of NuGet/Home#11943)

Description

I work on the NuGet.Client team. We added a new command to the dotnet CLI: "dotnet nuget why" (NuGet/NuGet.Client#5761). This command allows a user to see the dependency graph for a particular package for a given project or solution.

The feature has been implemented on the NuGet.Client side. The changes here are needed to enable tab completion.

Design spec for the command: dotnet nuget why command

NuGet.Client implementation: NuGet/NuGet.Client#5761

Sample output:

dotnet nuget why -h
image

dotnet nuget why C:\TestProject.sln System.Text.Json
image

@ghost ghost added Area-Infrastructure untriaged Request triage from a team member labels Jun 6, 2024
@advay26 advay26 changed the title Add 'dotnet nuget why' command Add tab completion for 'dotnet nuget why' command Jun 6, 2024
@advay26 advay26 force-pushed the dev-advay26-dotnet-nuget-why branch from 864c94a to 2e9fd8e Compare June 6, 2024 03:33
@advay26 advay26 marked this pull request as ready for review June 6, 2024 03:33
@advay26 advay26 requested a review from a team as a code owner June 6, 2024 03:33
@advay26
Copy link
Member Author

advay26 commented Jun 6, 2024

/backport to release/8.0.4xx

@github-actions
Copy link
Contributor

github-actions bot commented Jun 6, 2024

Started backporting to release/8.0.4xx: https://github.com/dotnet/sdk/actions/runs/9407696850

@advay26 advay26 merged commit b850988 into dotnet:main Jun 7, 2024
@advay26 advay26 deleted the dev-advay26-dotnet-nuget-why branch June 7, 2024 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-Infrastructure untriaged Request triage from a team member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants