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 the parsing of an optional parameter that is an enum fails the following error message is printed:
Error: Option 'foo' requires Nullable`1 value. 'bar' cannot be converted to Nullable`1 value.
It would be nice if the Nullable would be removed and the type of the enumeration would be shown instead. The same could be said for int?. Can this error message be improved?
The text was updated successfully, but these errors were encountered:
When the parsing of an optional parameter that is an enum fails the following error message is printed:
It would be nice if the
Nullable
would be removed and the type of the enumeration would be shown instead. The same could be said forint?
. Can this error message be improved?The text was updated successfully, but these errors were encountered: