weikio / PluginFramework

Everything is a Plugin in .NET
MIT License
557 stars 106 forks source link

MVC controllers in plugin #31

Open oeoren opened 4 years ago

oeoren commented 4 years ago

Thank you for the framework. Great work.

Can I load Controllers from a plugin and get them to work with the routing?

mikoskinen commented 4 years ago

Thanks for the comment. Yes, that is possible though requires some work. But, we're soon going to release library which handles this exact scenario with the help of Plugin Framework. There's some preview Nuget packages already available (https://www.nuget.org/packages/Weikio.ApiFramework.AspNetCore/), but there's not that much documentation currently ready.

I'll let you know when we have it available.

jftsaraiva commented 3 years ago

Is this already available?

aloksharma1 commented 3 years ago

where can i find the source code or documentation for this?