mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Plugin assemblies shouldn't be unloadable
This commit is contained in:
@@ -132,7 +132,7 @@ namespace BTCPayServer.Plugins
|
|||||||
|
|
||||||
// this ensures that the version of MVC is shared between this app and the plugin
|
// this ensures that the version of MVC is shared between this app and the plugin
|
||||||
config.PreferSharedTypes = true;
|
config.PreferSharedTypes = true;
|
||||||
config.IsUnloadable = true;
|
config.IsUnloadable = false;
|
||||||
});
|
});
|
||||||
var pluginAssembly = plugin.LoadDefaultAssembly();
|
var pluginAssembly = plugin.LoadDefaultAssembly();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user