Skip to content

Fix new exercise (#2414) #2793

Fix new exercise (#2414)

Fix new exercise (#2414) #2793

Triggered via push April 21, 2025 17:03
Status Success
Total duration 3m 4s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
test
Failed to restore: Cache service responded with 422
test: exercises/practice/ledger/Ledger.cs#L26
Converting null literal or possible null value to non-nullable type.
test: exercises/practice/ledger/Ledger.cs#L28
Converting null literal or possible null value to non-nullable type.
test: exercises/practice/ledger/Ledger.cs#L73
Possible null reference assignment.
test: exercises/practice/ledger/Ledger.cs#L75
Possible null reference assignment.
test: exercises/practice/markdown/Markdown.cs#L53
Possible null reference return.
test: exercises/practice/markdown/Markdown.cs#L90
Possible null reference return.
test: exercises/practice/tree-building/TreeBuilding.cs#L12
Non-nullable property 'Children' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: exercises/practice/ledger/Ledger.cs#L26
Converting null literal or possible null value to non-nullable type.
test: exercises/practice/ledger/Ledger.cs#L28
Converting null literal or possible null value to non-nullable type.
test: exercises/practice/ledger/Ledger.cs#L73
Possible null reference assignment.