loading indicator
This commit is contained in:
@@ -159,8 +159,8 @@ public class PluginManager<TPluginInterface, TPluginRuntimeInfo> where TPluginIn
|
||||
{
|
||||
if (result.Assembly == null)
|
||||
result.Status = PluginLoadStatus.NoValidPlugin;
|
||||
//else if (loadedPlugins.Any(n => n.Assembly == result.Assembly))
|
||||
// result.Status = PluginLoadStatus.AlreadyLoaded;
|
||||
else if (loadedPlugins.Any(n => n.Assembly == result.Assembly))
|
||||
result.Status = PluginLoadStatus.AlreadyLoaded;
|
||||
else
|
||||
{
|
||||
foreach (var type in result.Assembly.GetTypes())
|
||||
|
||||
Reference in New Issue
Block a user