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

[Setup] A tool that can print all addin assemblies and their imports #114

Open Therzok opened 6 years ago

Therzok commented 6 years ago

It would be useful to have a tool that prints all the addins and their imported/dependency assemblies.

It can be used to print out all the assemblies in an application or do post-build mechanisms (static registrar, AOT) on the assembly list.