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 parameter 'obj' of 'int AbstractFindsByAttribute.CompareTo(object obj)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).
Possible null reference argument for parameter 'one' in 'bool AbstractFindsByAttribute.operator ==(AbstractFindsByAttribute one, AbstractFindsByAttribute two)'.
Nullability of reference types in type of parameter 'obj' of 'int AbstractFindsByAttribute.CompareTo(object obj)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).
Possible null reference argument for parameter 'one' in 'bool AbstractFindsByAttribute.operator ==(AbstractFindsByAttribute one, AbstractFindsByAttribute two)'.
Nullability of reference types in type of parameter 'obj' of 'int AbstractFindsByAttribute.CompareTo(object obj)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).
Possible null reference argument for parameter 'one' in 'bool AbstractFindsByAttribute.operator !=(AbstractFindsByAttribute one, AbstractFindsByAttribute two)'.