List NuGet package dependencies #3340
christianbumann
started this conversation in
Extension requests
Replies: 2 comments 3 replies
-
@christianbumann Can you elaborate a bit? Are you searching for a way to list the dependencies of a Cake file? |
Beta Was this translation helpful? Give feedback.
2 replies
-
The NuGet aliases / NuGetTool in Cake.Common is just a light tool wrapper around @christianbumann GetPackageReferences from the Cake.ExtendedNuGet addin sounds like it might do what you're looking for. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
It is possible to get a NugetList, but it would be nice if there are also the dependencies listed, or a function exists where the dependencies can be loaded without restoring the packages.
I didn't find such code
Regards Chris
Beta Was this translation helpful? Give feedback.
All reactions