392. Is Subsequence #104 #167
dotnet-Test.yml
on: push
test-algorithms
25s
test-data-structures
34s
Annotations
2 errors and 8 warnings
test-algorithms
Process completed with exit code 1.
|
test-data-structures
Process completed with exit code 1.
|
test-algorithms:
HackerRank.Utilities/Types/SinglyLinkedListNode.cs#L7
Non-nullable property 'data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test-algorithms:
HackerRank.Utilities/Types/SinglyLinkedListNode.cs#L7
Non-nullable property 'data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test-data-structures:
HackerRank.Utilities/Types/SinglyLinkedListNode.cs#L7
Non-nullable property 'data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test-data-structures:
DataStructures/HackerRank.DataStructures/P/PrintElementsOfLinkedList.cs#L8
Non-nullable field 'results' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
test-data-structures:
DataStructures/HackerRank.DataStructures.Benchmarks/A/ArrayManipulation.Benchmark.cs#L15
Non-nullable field '_benchMarkData' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
test-data-structures:
HackerRank.Utilities/Types/SinglyLinkedListNode.cs#L7
Non-nullable property 'data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test-data-structures:
DataStructures/HackerRank.DataStructures/P/PrintElementsOfLinkedList.cs#L8
Non-nullable field 'results' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
test-data-structures:
DataStructures/HackerRank.DataStructures.Benchmarks/A/ArrayManipulation.Benchmark.cs#L15
Non-nullable field '_benchMarkData' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|