Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 in /2020 #505
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build Advent of Code 2024 solution:
2024/Day14/Day14.Logic/Robot.cs#L7
'Robot' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Build Advent of Code 2024 solution:
2024/Day14/Day14.Logic/Robot.cs#L7
'Robot' defines operator == or operator != but does not override Object.GetHashCode()
|
Build Advent of Code 2024 solution:
2024/Day14/Day14.Logic/Coordinates.cs#L6
'Coordinates' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Build Advent of Code 2024 solution:
2024/Day14/Day14.Logic/Coordinates.cs#L6
'Coordinates' defines operator == or operator != but does not override Object.GetHashCode()
|
Build Advent of Code 2024 solution:
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.
|
Build Advent of Code 2024 solution:
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.
|
Build Advent of Code 2024 solution:
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.
|
Build Advent of Code 2024 solution:
2024/Day15/Day15.Logic/WarehouseWoes.cs#L8
The field 'WarehouseWoes._wide' is never used
|
Build Advent of Code 2024 solution:
2024/Day15/Day15.Logic/WarehouseWoes.cs#L7
The field 'WarehouseWoes._mapConverter' is never used
|
Build Advent of Code 2024 solution:
2024/Day17/Day17.UnitTests/ChronospatialComputerMust.cs#L304
The variable 'a' is declared but never used
|
Loading