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
Currently, nullable types are only supported if there is an explicit implementation.
E.g. Check.That(int ?).IsEqualTo() is ok, but not Check.That(DateTime ?).IsEqualTo
The text was updated successfully, but these errors were encountered:
Currently, nullable types are only supported if there is an explicit implementation.
E.g. Check.That(int ?).IsEqualTo() is ok, but not Check.That(DateTime ?).IsEqualTo
The text was updated successfully, but these errors were encountered: