-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Labels
Status/1. ReadyThis issue has been confirmed and is ready to be worked on.This issue has been confirmed and is ready to be worked on.Type/Bug
Description
ILC : AOT analysis warning IL3050: CSharpMath.Editor.SubIndexTypeMismatchException.SubIndexTypeMismatchException(MathListIndex): Using member 'System.Type.GetEnumValues()' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. It might not be possible to create an array of the enum type at runtime. Use Enum.GetValues or the GetEnumValuesAsUnderlyingType method instead.
| Array.IndexOf(typeof(MathListSubIndexType).GetEnumValues(), index.SubIndexType) == -1 |
Metadata
Metadata
Assignees
Labels
Status/1. ReadyThis issue has been confirmed and is ready to be worked on.This issue has been confirmed and is ready to be worked on.Type/Bug