I need to programatically (so without using Studio) find the dependencies of dependencies (i.e. the whole dependency tree) for the packages used inside an UiPath project.
For the moment I’m scanning the UiPath installation folder for the packages used in the project and get their further dependencies from the *.nuspec file from each nuget package.
But need to be careful to regularly update UiPath to the latest version to keep it up-to-date.
I was thinking that there is a place either on a github public repo, or on UiPath portal where I could get any of those nuget packages, without having to care about updating.