- Notifications
You must be signed in to change notification settings - Fork 174
Open
Labels
bugDetected as bugDetected as bug
Description
Hi. I'm switching our project from using pregenerated serializers to PrepareType.
This is my enum:
public enum StatusType : int { OK = 0, Exception = 1, ... } On 0.9.0beta2, in UnityEnumMessagePackSerializer I keep getting a NullReferenceException basically because Enum.GetValues(typeof(StatusType)) as object[] results in null.
Metadata
Metadata
Assignees
Labels
bugDetected as bugDetected as bug