RE: "But if we first need to recursively search for all the relevant packages.config to run nuget.exe on them, it gets complicated. "
You don't need to recursively search for relevant packages.config. You run the bootstrap .targets which restores all packages for the whole solution.
I think no matter what solution we come up with, there'll be tradeoff for one scenario or another.
You don't need to recursively search for relevant packages.config. You run the bootstrap .targets which restores all packages for the whole solution.
I think no matter what solution we come up with, there'll be tradeoff for one scenario or another.