weikio / PluginFramework

Everything is a Plugin in .NET
MIT License
538 stars 101 forks source link

Plugin framework implementation in WebAppWithAppSettings #43

Open satishviswanathan opened 3 years ago

satishviswanathan commented 3 years ago

In this sample project WebAppWithAppSettings. I see there is a project reference of the plugin project in the host application. My understanding was when we implement plugin framework we don't need direct reference of the plugin project in the host application.

Please let me know if my understanding is correct or wrong.

mikoskinen commented 3 years ago

Sorry for the long delay in getting back to you. Your understanding is correct. It's possible to add the assembly from a folder/path, you don't have to reference it directly.

Let me know if you have anymore questions and again, sorry for the delay.