Added tasks 3-10 #2
Annotations
20 warnings
build-windows:
LeetCodeNet/G0001_0100/S0002_add_two_numbers/Solution.cs#L21
Converting null literal or possible null value to non-nullable type.
|
build-windows:
LeetCodeNet/G0001_0100/S0002_add_two_numbers/Solution.cs#L22
Converting null literal or possible null value to non-nullable type.
|
build-windows:
LeetCodeNet/G0001_0100/S0002_add_two_numbers/Solution.cs#L27
Possible null reference return.
|
build-windows:
LeetCodeNet/G0001_0100/S0010_regular_expression_matching/Solution.cs#L21
Nullable value type may be null.
|
build-windows:
LeetCodeNet/G0001_0100/S0010_regular_expression_matching/Solution.cs#L8
Non-nullable field 'cache' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-windows:
LeetCodeNet.Tests/G0001_0100/S0010_regular_expression_matching/SolutionTest.cs#L9
Do not use Assert.Equal() to check for boolean conditions. (https://xunit.github.io/xunit.analyzers/rules/xUnit2004)
|
build-windows:
LeetCodeNet.Tests/G0001_0100/S0009_palindrome_number/SolutionTest.cs#L9
Do not use Assert.Equal() to check for boolean conditions. (https://xunit.github.io/xunit.analyzers/rules/xUnit2004)
|
build-windows:
LeetCodeNet.Tests/G0001_0100/S0009_palindrome_number/SolutionTest.cs#L14
Do not use Assert.Equal() to check for boolean conditions. (https://xunit.github.io/xunit.analyzers/rules/xUnit2004)
|
build-windows:
LeetCodeNet.Tests/G0001_0100/S0009_palindrome_number/SolutionTest.cs#L19
Do not use Assert.Equal() to check for boolean conditions. (https://xunit.github.io/xunit.analyzers/rules/xUnit2004)
|
build-windows:
LeetCodeNet.Tests/G0001_0100/S0010_regular_expression_matching/SolutionTest.cs#L14
Do not use Assert.Equal() to check for boolean conditions. (https://xunit.github.io/xunit.analyzers/rules/xUnit2004)
|
build-windows:
LeetCodeNet/G0001_0100/S0002_add_two_numbers/Solution.cs#L21
Converting null literal or possible null value to non-nullable type.
|
build-windows:
LeetCodeNet/G0001_0100/S0002_add_two_numbers/Solution.cs#L22
Converting null literal or possible null value to non-nullable type.
|
build-windows:
LeetCodeNet/G0001_0100/S0002_add_two_numbers/Solution.cs#L27
Possible null reference return.
|
build-windows:
LeetCodeNet/G0001_0100/S0010_regular_expression_matching/Solution.cs#L21
Nullable value type may be null.
|
build-windows:
LeetCodeNet/G0001_0100/S0010_regular_expression_matching/Solution.cs#L8
Non-nullable field 'cache' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-windows:
LeetCodeNet.Tests/G0001_0100/S0010_regular_expression_matching/SolutionTest.cs#L14
Do not use Assert.Equal() to check for boolean conditions. (https://xunit.github.io/xunit.analyzers/rules/xUnit2004)
|
build-windows:
LeetCodeNet.Tests/G0001_0100/S0010_regular_expression_matching/SolutionTest.cs#L9
Do not use Assert.Equal() to check for boolean conditions. (https://xunit.github.io/xunit.analyzers/rules/xUnit2004)
|
build-windows:
LeetCodeNet.Tests/G0001_0100/S0010_regular_expression_matching/SolutionTest.cs#L19
Do not use Assert.Equal() to check for boolean conditions. (https://xunit.github.io/xunit.analyzers/rules/xUnit2004)
|
build-windows:
LeetCodeNet.Tests/G0001_0100/S0010_regular_expression_matching/SolutionTest.cs#L24
Do not use Assert.Equal() to check for boolean conditions. (https://xunit.github.io/xunit.analyzers/rules/xUnit2004)
|
build-windows:
LeetCodeNet.Tests/G0001_0100/S0010_regular_expression_matching/SolutionTest.cs#L29
Do not use Assert.Equal() to check for boolean conditions. (https://xunit.github.io/xunit.analyzers/rules/xUnit2004)
|