Load NuGet dependencies at runtime
问题 I'm looking for a way to run code by executing the following steps: Receiving a list of NuGet packages (a list of tuples ("package name", "package version", "path to main class"). Retrieving them in a local directory (cf code sample #1) Loading them in my program at run-time Running the main classes by introspection (cf code sample #2) By now I am struggling with the third step. I can't find out how to load my package at run-time. My main question are: How can I find out in which folders were