weikio / PluginFramework

Everything is a Plugin in .NET
MIT License
549 stars 105 forks source link

Question: Plugins from paralel project in solution #52

Open ruilvo opened 3 years ago

ruilvo commented 3 years ago

Hello there,

As I understand it, you can have a few types of "Catalogues". I understand the "typical" scenario is to just have a Plugins directory alongside the hosting binary. This makes it necessary to copy files around... If I have a solution with several projects, one of them being the host application, and another one a plugin, can I make it work with just clicking the "play" button on Visual Studio? To simplify development... Maybe with project references?

Thanks!