Plugin moment

This commit is contained in:
Evil Factory
2026-01-28 23:38:00 -03:00
committed by Maplewheels
parent f28749d455
commit f0f09c20fa

View File

@@ -152,7 +152,7 @@ public class PluginManagementService : IPluginManagementService, IAssemblyManage
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,