Fix warnings #2804
Annotations
3 warnings
|
test
Failed to restore: Cache service responded with 422
|
|
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/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.
|