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
Nullability of reference types in type of 'event PropertyChangedEventHandler Bindable.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
Nullability of reference types in type of parameter 'x' of 'int XComparer.Compare(Line x, Line y)' doesn't match implicitly implemented member 'int IComparer<Line>.Compare(Line? x, Line? y)' (possibly because of nullability attributes).
Nullability of reference types in type of parameter 'y' of 'int XComparer.Compare(Line x, Line y)' doesn't match implicitly implemented member 'int IComparer<Line>.Compare(Line? x, Line? y)' (possibly because of nullability attributes).