solve second puzzle #512
Annotations
2 errors and 10 warnings
|
|
2024/Day15/Day15.Logic/WarehouseWoes.cs#L27
Non-nullable field '_mapConverter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
2024/Day15/Day15.Logic/WarehouseWoes.cs#L27
Non-nullable field '_map' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
2024/Day15/Day15.Logic/WarehouseWoes.cs#L27
Non-nullable field '_movements' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
2024/Day15/Day15.Logic/WarehouseWoes.cs#L8
The field 'WarehouseWoes._wide' is never used
|
2024/Day15/Day15.Logic/WarehouseWoes.cs#L7
The field 'WarehouseWoes._mapConverter' is never used
|
2024/Day14/Day14.Logic/Robot.cs#L7
'Robot' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
2024/Day14/Day14.Logic/Robot.cs#L7
'Robot' defines operator == or operator != but does not override Object.GetHashCode()
|
2024/Day14/Day14.Logic/Coordinates.cs#L6
'Coordinates' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
2024/Day14/Day14.Logic/Coordinates.cs#L6
'Coordinates' defines operator == or operator != but does not override Object.GetHashCode()
|
2024/Day17/Day17.UnitTests/ChronospatialComputerMust.cs#L304
The variable 'a' is declared but never used
|
The logs for this run have expired and are no longer available.
Loading