weikio / PluginFramework

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

Initialize plugin with IServiceCollection and IApplicationBuilder #61

Open franklupo opened 2 years ago

franklupo commented 2 years ago

Hi, How can I initialize a plugin with IApplicationBuilder and IServiceCollection?

best regards