mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 05:54: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
|
||||
config.PreferSharedTypes = true;
|
||||
config.IsUnloadable = true;
|
||||
config.IsUnloadable = false;
|
||||
});
|
||||
var pluginAssembly = plugin.LoadDefaultAssembly();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user