1768. Merge Strings Alternately Leet Code #106 #170
dotnet-build.yml
on: push
build-algorithms
32s
build-data-structures
27s
Annotations
1 error and 10 warnings
build-algorithms
Process completed with exit code 1.
|
build-data-structures
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-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.
|
build-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.
|
build-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.
|
build-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.
|
build-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.
|
build-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.
|
build-algorithms
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-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.
|
build-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.
|