mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Can load external plugins during dev to debug more easily (#4518)
* Can load external plugins during dev to debug more easily * Add again load plugin by project reference * Make sure we don't load same plugin twice
This commit is contained in:
@@ -142,7 +142,7 @@ namespace BTCPayServer.Plugins
|
||||
|
||||
public string[] GetDisabledPlugins()
|
||||
{
|
||||
return PluginManager.GetDisabledPlugins(_dataDirectories.Value.PluginDir);
|
||||
return PluginManager.GetDisabledPlugins(_dataDirectories.Value.PluginDir).ToArray();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user