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
Fixes#229, bringing HasValue in parity with IsNullOrEmpty (#840)
It appears we just never use this property anywhere and never noticed, but users did long ago. See #229 for details.
Also adds some testing around this. While this may be considered a breaking change, I'm really going to err on the side of this is a plain on bug fix on a rarely used property. This doesn't impact any existing tests.
0 commit comments