You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the unloading of the plugin doesn't work like that. If you just set the Assembly as disabled in the AssemblyInfo its just marked as disabled. But its not actually unloaded out the AppDomain and therefore the runtime. To enshure that you can update plugins while the app is running, the dll hast to be unloaded completly.
I would try to use an AppDomain foreach Plugin so that you can unload it.
I think the unloading of the plugin doesn't work like that. If you just set the Assembly as disabled in the AssemblyInfo its just marked as disabled. But its not actually unloaded out the AppDomain and therefore the runtime. To enshure that you can update plugins while the app is running, the dll hast to be unloaded completly.
I would try to use an AppDomain foreach Plugin so that you can unload it.
daemon/Daemon/Services/PluginService.cs
Line 88 in 6721b0c
The text was updated successfully, but these errors were encountered: