You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warn when casting an integer to an Enum without verifying it is a defined value (using Enum.IsDefined), which can lead to "corrupt" enum states that pass through switch statements without hitting any branch.