Plugin moment
This commit is contained in:
committed by
Maplewheels
parent
f28749d455
commit
f0f09c20fa
@@ -152,7 +152,7 @@ public class PluginManagementService : IPluginManagementService, IAssemblyManage
|
|||||||
ThrowHelper.ThrowArgumentNullException($"{nameof(LoadAssemblyResources)}: The resources list is empty!");
|
ThrowHelper.ThrowArgumentNullException($"{nameof(LoadAssemblyResources)}: The resources list is empty!");
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new NotImplementedException();
|
return FluentResults.Result.Fail("not implemented");
|
||||||
}
|
}
|
||||||
|
|
||||||
public ImmutableArray<Result<(Type, T)>> ActivateTypeInstances<T>(ImmutableArray<Type> types, bool serviceInjection = true,
|
public ImmutableArray<Result<(Type, T)>> ActivateTypeInstances<T>(ImmutableArray<Type> types, bool serviceInjection = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user