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