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
Casting is not the best way to access a value. Having .Value might be ok, if it is documented that it throws exception if does not have a value. ValueOrDefault makes sense, but not after a HasValue check.
The text was updated successfully, but these errors were encountered:
Casting is not the best way to access a value. Having .Value might be ok, if it is documented that it throws exception if does not have a value. ValueOrDefault makes sense, but not after a HasValue check.
The text was updated successfully, but these errors were encountered: