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
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
Currently the TextCaseConverter is pretty explicit about requiring that the value passed in must be null, a string, or a char... This is pretty silly as you may be passing in an Enum or a custom type with an overridden ToString.
You may want to use this with an Enum or other custom type which overrides ToString. The only implication would be with ConvertBack and since that throws a NotImplementedException it's a non-issue.
Who Will Do The Work?
I am willing to take this on myself
Just putting this out there for someone to pick up