Please verify if I'm doing it correctly, but pre-fix I couldn't manage to load the DLLs installed from nuget.
If I've undestood it correctly clr.AddReference uses Assembly.Load instead of Assembly.LoadFrom. The former expects an assembly definition, while the latter expects a path.
Please verify if I'm doing it correctly, but pre-fix I couldn't manage to load the DLLs installed from nuget.
If I've undestood it correctly
clr.AddReference
usesAssembly.Load
instead ofAssembly.LoadFrom
. The former expects an assembly definition, while the latter expects a path.Please let me know if you find this correct.