We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a625a7 commit 21b6eb4Copy full SHA for 21b6eb4
src/ECS/Index/Utils/ComponentIndexUtils.cs
@@ -40,6 +40,7 @@ internal static Type GetIndexType(Type componentType, out Type valueType)
40
}
41
42
[UnconditionalSuppressMessage("ReflectionAnalysis", "IL2055", Justification = "TODO")] // TODO
43
+ [UnconditionalSuppressMessage("ReflectionAnalysis", "IL2065", Justification = "TODO")] // TODO
44
[UnconditionalSuppressMessage("ReflectionAnalysis", "IL2070", Justification = "TODO")] // TODO
45
[UnconditionalSuppressMessage("ReflectionAnalysis", "IL3050", Justification = "TODO")] // TODO
46
private static Type MakeIndexType(Type valueType, Type componentType)
0 commit comments