solve second puzzle correctly #509
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 2021 solution:
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 Advent of Code 2021 solution:
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 Advent of Code 2021 solution:
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 Advent of Code 2021 solution:
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 Advent of Code 2021 solution:
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 Advent of Code 2021 solution:
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)
|
Build Advent of Code 2021 solution:
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 Advent of Code 2021 solution:
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)
|
Build Advent of Code 2021 solution:
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 Advent of Code 2021 solution:
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)
|
Loading