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
Describe the bug
You can't use GetValue<char?> without getting an exception
To Reproduce
Steps to reproduce the behavior:
Add code such as:
vartest=parameters.GetValue<char?>("test");
Observe exception
System.ArgumentException : Cannot convert parameter value to type System.Nullable`1[System.Char]
---- System.InvalidCastException : Null object cannot be converted to a value type.
Expected behavior
The framework supports passing nullable value types.
The text was updated successfully, but these errors were encountered:
Describe the bug
You can't use
GetValue<char?>
without getting an exceptionTo Reproduce
Steps to reproduce the behavior:
Expected behavior
The framework supports passing nullable value types.
The text was updated successfully, but these errors were encountered: