Skip to content

392. Is Subsequence #104 #167

392. Is Subsequence #104

392. Is Subsequence #104 #167

Triggered via push September 22, 2023 17:02
Status Failure
Total duration 47s
Artifacts

dotnet-Test.yml

on: push
test-algorithms
25s
test-algorithms
test-data-structures
34s
test-data-structures
Fit to window
Zoom out
Zoom in

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.