- The return null situation is no longer crazy.
This commit is contained in:
@@ -136,8 +136,11 @@ public class PluginManagementService : IPluginManagementService, IAssemblyManage
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
return isByRefType ? type.MakeByRefType() : type;
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
public FluentResults.Result LoadAssemblyResources(ImmutableArray<IAssemblyResourceInfo> resource)
|
||||
|
||||
Reference in New Issue
Block a user