weikio / PluginFramework

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

Add Option to disable Unload of AssemblyLoadContext #50

Open danlorb opened 3 years ago

danlorb commented 3 years ago

Sometimes its helpful when u use SQL Connection Pooling in a Plugin, to disable Unload for AssemblyLoadContext, but i miss the Option to do this. It will be great if you can add this Option. Thanks