weikio / PluginFramework

Everything is a Plugin in .NET
MIT License
538 stars 101 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