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
Null checking has been enabled. This means all nullability warnings need to be fixed. Many cases are pretty straightforward (null is expected, or tests verify null inputs throw exceptions), but in some cases the nullability is undesirable.
All these warnings need to be cleaned up one way or another, before enabling full nullability enforcement.
Context
Null bad. Maybe better.
The text was updated successfully, but these errors were encountered:
🆙 Improvement proposal
Null checking has been enabled. This means all nullability warnings need to be fixed. Many cases are pretty straightforward (null is expected, or tests verify null inputs throw exceptions), but in some cases the nullability is undesirable.
All these warnings need to be cleaned up one way or another, before enabling full nullability enforcement.
Context
Null bad. Maybe better.
The text was updated successfully, but these errors were encountered: