task #23 Vnaida/homework lesson 23 lambda homework #36
Annotations
10 warnings
build:
NUnitTests/Lessons/21/LinqTests.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
NUnitTests/Lessons/21/LinqTests.cs#L7
Non-nullable property 'City' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
NUnitTests/Homework/VariablesTests.cs#L13
The variable 'low' is assigned but its value is never used
|
build:
NUnitTests/Homework/VariablesTests.cs#L14
The variable 'higth' is assigned but its value is never used
|
build:
NUnitTests/Homework/VariablesTests.cs#L25
The variable 'part' is assigned but its value is never used
|
build:
NUnitTests/Homework/VariablesTests.cs#L26
The variable 'whole' is assigned but its value is never used
|
build:
NUnitTests/Lessons/21/GenericHomework.cs#L10
Dereference of a possibly null reference.
|
build:
NUnitTests/Homework/LoopsAndCase.cs#L47
The variable 'number' is assigned but its value is never used
|
build:
NUnitTests/Lessons/21/LinqTests.cs#L98
Dereference of a possibly null reference.
|
build:
NUnitTests/Features/Drive/DrivePresetup.cs#L24
Nullable value type may be null.
|