add test, check for and wires #511
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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)
|
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)
|
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)
|
2021/Day10/Day10.UnitTests/SyntaxCheckerMust.cs#L11
Null should not be used for type parameter 'invalidCode' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
2021/Day7/Day7.UnitTests/SubmarineAlignmentMust.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)
|
2021/Day12/Day12.UnitTests/PathFindingMust.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)
|
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)
|
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)
|
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)
|
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)
|
The logs for this run have expired and are no longer available.
Loading