Skip to content

Enable nullable

Enable nullable #2694

Triggered via pull request February 18, 2025 15:24
Status Success
Total duration 2m 23s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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).