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
I am using SmartEnums with Guid's as underlying values.
This works great except for when I want to serialize the names to JSON. In SmartEnumNameConverter there is a restriction placed on TValue, specifically IConvertible.
When I add a copy of the class to my solution and simply remove this restriction it works fine.