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

Dotnet tool to push nuget packages and their dependencies in the correct order... #38683

Closed
KieranFoot opened this issue Feb 12, 2024 · 2 comments
Assignees
Labels
Area-Tools Feature Request untriaged Request triage from a team member

Comments

@KieranFoot
Copy link

KieranFoot commented Feb 12, 2024

Dotnet tool to push nuget packages and their dependencies in the correct order to avoid missing dependencies.

I personally have fallen foul to this issue several times, specifically when dealing with dotnet workloads.

My feature request / improvement would be to either re-design the dotnet nuget push command to allow specifying a single package and the a command line flag to indicate that dependencies should also be pushed, lets say --include-dependencies.

Or, alternatively, make a separate tool / command to handle this feature.

Pushing the packages in reverse order given a dependency tree would ensure that there are no published packages that have, as of yet, unpublished dependencies and can be used as expected.

@KieranFoot
Copy link
Author

Bump

@MiYanni
Copy link
Member

MiYanni commented Feb 14, 2025

@KieranFoot This isn't something handled here. The NuGet teams owns that. Please file an issue in their repo: https://github.com/NuGet/Home
Note: I cannot transfer this issue because issue transfers only happen in the same org. This repo is in the dotnet org and NuGet is in the NuGet org. So, you have to make a new issue there. Sorry.

@MiYanni MiYanni closed this as not planned Won't fix, can't repro, duplicate, stale Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Tools Feature Request untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

3 participants