mono/mono-addins

Missing references prevent Mono Addins from working on an assembly

JamesB7 opened this issue · 0 comments

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.