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
If we wanted to throw an exception when null reference encountered? There are lots of various Ignore methods, similarly I wish there were Required methods or maybe an ThrowIfNull argument to be passed in
If null encountered, use a provided value (I know atm it uses default or null value)
The text was updated successfully, but these errors were encountered:
Is there an easy way to change how null propagation works?
Ignore
methods, similarly I wish there wereRequired
methods or maybe anThrowIfNull
argument to be passed inThe text was updated successfully, but these errors were encountered: