Adds back the correct PluginLoader version that supports loading with the new plugin methodology

This commit is contained in:
Neil Dorin
2020-04-01 14:42:26 -06:00
parent fcc2a5db06
commit a231bb75a6
3 changed files with 100 additions and 54 deletions

View File

@@ -36,7 +36,7 @@ namespace PepperDash.Essentials.Core
public List<string> TypeNames { get; protected set; }
public virtual void LoadTypeFactories()
public void LoadTypeFactories()
{
foreach (var typeName in TypeNames)
{