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 a developer with a project without nullable enable I would like to receive useful exception messages if I pass null to a method that does not allow it.
Notes
Currently there are no null checks in the project as it expects null not to be passed for non-nullable arguments.
Acceptance criteria
TBD
The text was updated successfully, but these errors were encountered:
As a developer with a project without nullable enable I would like to receive useful exception messages if I pass
null
to a method that does not allow it.Notes
Currently there are no null checks in the project as it expects
null
not to be passed for non-nullable arguments.Acceptance criteria
The text was updated successfully, but these errors were encountered: