Bump coverlet.collector from 6.0.4 to 10.0.0 #605
Annotations
50 warnings
|
build (2021)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (2021)
No files were found with the provided path: ./*.coverage.xml. No artifacts will be uploaded.
|
|
build (2021):
2021/Day11/Day11.UnitTests/OctopusCaveSimulationMust.cs#L11
Null should not be used for type parameter 'invalidInput' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
|
build (2021):
2021/Day13/Day13.UnitTests/OrigamiMust.cs#L11
Null should not be used for type parameter 'invalidInstructions' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
|
build (2021):
2021/Day2/Day2.UnitTests/SubmarineMust.cs#L13
Null should not be used for type parameter 'invalidCourse' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
|
build (2021):
2021/Day6/Day6.UnitTests/AgeModelMust.cs#L11
Null should not be used for type parameter 'invalidAges' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
|
build (2021):
2021/Day8/Day8.UnitTests/SubmarineDisplaysMust.cs#L12
Null should not be used for type parameter 'invalidWiring' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
|
build (2021):
2021/Day5/Day5.UnitTests/HydrothermalVentReportMust.cs#L11
Null should not be used for type parameter 'invalidReport' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
|
build (2021):
2021/Day9/Day9.UnitTests/HeightMapMust.cs#L11
Null should not be used for type parameter 'invalidData' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
|
build (2021):
2021/Day3/Day3.UnitTests/DiagnosticReportMust.cs#L12
Null should not be used for type parameter 'invalidReport' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
|
build (2021):
2021/Day4/Day4.UnitTests/BingoMust.cs#L127
Null should not be used for type parameter 'invalidDrawnNumbers' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
|
build (2021):
2021/Day4/Day4.UnitTests/BingoMust.cs#L11
Null should not be used for type parameter 'invalidBoards' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
|
build (2023)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (2023)
No files were found with the provided path: ./*.coverage.xml. No artifacts will be uploaded.
|
|
build (2023):
2023/Day17/Day17.Logic/ClumsyCrucible.cs#L88
The field 'ClumsyCrucible._bestSteps' is never used
|
|
build (2023):
2023/Day17/Day17.Logic/ClumsyCrucible.cs#L85
The field 'ClumsyCrucible._direction' is never used
|
|
build (2023):
2023/Day17/Day17.Logic/ClumsyCrucible.cs#L97
Non-nullable field '_bestSteps' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build (2023):
2023/Day10/Day10.Logic/PipeMaze.cs#L620
Unreachable code detected
|
|
build (2023):
2023/Day10/Day10.Logic/PipeMaze.cs#L609
Unreachable code detected
|
|
build (2023):
2023/Day10/Day10.Logic/PipeMaze.cs#L598
Unreachable code detected
|
|
build (2023):
2023/Day10/Day10.Logic/PipeMaze.cs#L587
Unreachable code detected
|
|
build (2023):
2023/Day10/Day10.Logic/PipeMaze.cs#L576
Unreachable code detected
|
|
build (2023):
2023/Day10/Day10.Logic/PipeMaze.cs#L565
Unreachable code detected
|
|
build (2023):
2023/Day7/Day7.Logic/CamelCards.cs#L13
Non-nullable field '_handSortedByKindAndCard' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build (2024)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (2024)
No files were found with the provided path: ./*.coverage.xml. No artifacts will be uploaded.
|
|
build (2024):
2024/Day17/Day17.Logic/ChronospatialComputer.cs#L388
Non-nullable property 'A' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (2024):
2024/Day15/Day15.Logic/WarehouseWoes.cs#L8
The field 'WarehouseWoes._wide' is never used
|
|
build (2024):
2024/Day15/Day15.Logic/WarehouseWoes.cs#L7
The field 'WarehouseWoes._mapConverter' is never used
|
|
build (2024):
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 (2024):
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 (2024):
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 (2024):
2024/Day14/Day14.Logic/Robot.cs#L7
'Robot' defines operator == or operator != but does not override Object.GetHashCode()
|
|
build (2024):
2024/Day14/Day14.Logic/Robot.cs#L7
'Robot' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
|
build (2024):
2024/Day14/Day14.Logic/Coordinates.cs#L6
'Coordinates' defines operator == or operator != but does not override Object.GetHashCode()
|
|
build (2024):
2024/Day14/Day14.Logic/Coordinates.cs#L6
'Coordinates' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
|
build (2020)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (2020)
No files were found with the provided path: ./*.coverage.xml. No artifacts will be uploaded.
|
|
build (2022)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (2022)
No files were found with the provided path: ./*.coverage.xml. No artifacts will be uploaded.
|
|
build (2022):
2022/Day20/Day20.Logic/CircularList.cs#L65
Dereference of a possibly null reference.
|
|
build (2022):
2022/Day20/Day20.Logic/CircularList.cs#L51
Possible null reference return.
|
|
build (2022):
2022/Day20/Day20.Logic/CircularList.cs#L49
Possible null reference return.
|
|
build (2022):
2022/Day20/Day20.Logic/CircularList.cs#L87
Non-nullable field '_tail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build (2022):
2022/Day20/Day20.Logic/CircularList.cs#L87
Non-nullable field '_head' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build (2022):
2022/Day17/Day17.Logic/PyroclasticFlow.cs#L10
The field 'PyroclasticFlow._width' is assigned but its value is never used
|
|
build (2022):
2022/Day17/Day17.Logic/InfinitePyroclasticFlow.cs#L226
Unreachable code detected
|
|
build (2022):
2022/Day16/Day16.Logic/PressureReleaseValve.cs#L26
Non-nullable field '_elephants' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build (2022):
2022/Day16/Day16.Logic/Elephant.cs#L27
Non-nullable field '_currentPlan' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build (2022):
2022/Day16/Day16.Logic/Elephant.cs#L27
Non-nullable field '_route' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|