Enable nullable #2694
Annotations
2 warnings
|
test:
exercises/concept/remote-control-competition/RemoteControlCompetition.cs#L20
Nullability of reference types in type of parameter 'other' of 'int ProductionRemoteControlCar.CompareTo(ProductionRemoteControlCar other)' doesn't match implicitly implemented member 'int IComparable<ProductionRemoteControlCar>.CompareTo(ProductionRemoteControlCar? other)' (possibly because of nullability attributes).
|
|
test:
exercises/concept/remote-control-competition/RemoteControlCompetition.cs#L20
Nullability of reference types in type of parameter 'other' of 'int ProductionRemoteControlCar.CompareTo(ProductionRemoteControlCar other)' doesn't match implicitly implemented member 'int IComparable<ProductionRemoteControlCar>.CompareTo(ProductionRemoteControlCar? other)' (possibly because of nullability attributes).
|