FoxFireX
FoxFireX
CC#
Created by FoxFireX on 9/19/2024 in #help
Determining Nuget Dependency Order
We're in the process of migrating a lot of custom libraries into internal Nuget packages. Hosting them on an internal server (proget). I'd really like to have a way of tracking which packages are dependent on which so that when I get ready to push out new versions, I can do them in the right (dependency) order. I don't necessarily have a single solution file that includes all the libraries, as new ones are periodically being added. Is there anything out there that can easily spit out a graph or list that tells me which packages in a Nuget repo depend on which other ones, and make it easy to find the "starting point"?
1 replies