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
Both of these imports lead to potential runtime problems if a null value is not guarded against.
When in a nullable context, use of AllowDefault = true on a non-nullable type should be flagged with a diagnostic. A codefix could also be added to change the type to be nullable.