mono / mono-addins

Mono.Addins is a generic framework for creating extensible applications, and for creating add-ins which extend those applications.
MIT License
163 stars 94 forks source link

Missing references prevent Mono Addins from working on an assembly #99

Open JamesB7 opened 6 years ago

JamesB7 commented 6 years ago

Mono Addins doesn't seem able to read plugins from an assembly if it has missing references, even if the types in question don't need those references.

https://stackoverflow.com/questions/12885932/get-types-defined-in-an-assembly-only may be worth looking at.