Made GetType return interfaces by default.

This commit is contained in:
MapleWheels
2026-01-28 19:12:45 -05:00
committed by Maplewheels
parent 2a1d7760e6
commit c776a5424d

View File

@@ -114,7 +114,7 @@ public class PluginManagementService : IPluginManagementService, IAssemblyManage
: FluentResults.Result.Ok(builder.ToImmutable());
}
public Type GetType(string typeName, bool isByRefType = false, bool includeInterfaces = false,
public Type GetType(string typeName, bool isByRefType = false, bool includeInterfaces = true,
bool includeDefaultContext = true)
{
if (includeDefaultContext)