Is there a way to find all packages that are dependent to another package #10825
Unanswered
MscrmTools
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Not an easy way, no. There's a sample in our docs on how to get package metadata. You'd need to iterate all the packages. On nuget.org, you can use the catalog resource to determine every package ever pushed. You'll need to deduplicate the package version list, exclude deleted packages, and optionally exclude unlisted packages. There's a sample catalog reader available to help get started if you want to go down this route. |
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
-
I would need to retrieve all packages that depend on another Nuget package.
Is that achievable with Nuget.Protocol?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions