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
According to the normal constructors of SelectChoice, its value member should never be null. Nevertheless, value could have a null value after deserialization if it was holding an empty string before.
Problem description
According to the normal constructors of
SelectChoice
, itsvalue
member should never benull
. Nevertheless,value
could have anull
value after deserialization if it was holding an empty string before.Steps to reproduce the problem
The following test proves this:
Expected behavior
The
value
member should not change its value after deserialization.The text was updated successfully, but these errors were encountered: