There is a "Use Case #4: Display "friendly" enum values" In this example:
Is it possible to use the same technique for strategies, so that Optimization also works?
Because when I try to use FriendlyEnumConverter for strategies it won't let me optimize this parameter, unlike the regular enum.

Comment