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
As per the code discussion on #104, standard argument validation (ArgumentNullException) has been added throughout internal method calls.
I would like to examine the possible cases as per the public API that would result in an internal argument being invalid (essentially making the internal argument validation redundant).
The text was updated successfully, but these errors were encountered:
As per the code discussion on #104, standard argument validation (
ArgumentNullException
) has been added throughout internal method calls.I would like to examine the possible cases as per the public API that would result in an internal argument being invalid (essentially making the internal argument validation redundant).
The text was updated successfully, but these errors were encountered: