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
When IOptions are loaded from Configuration they can read enum settings, but they need to be entered by name, rather than by value. Current implementation loads it as value, which results in all enum values defaulting to first one.