Extend README #9
Annotations
6 warnings
Install dependencies, build, and test 1:
1 Hands-on Legacy Code/src/Banking/Application/CreditService.cs#L7
Cannot convert null literal to non-nullable reference type.
|
Install dependencies, build, and test 1:
1 Hands-on Legacy Code/src/Banking/Application/CreditService.cs#L49
Converting null literal or possible null value to non-nullable type.
|
Install dependencies, build, and test 1:
1 Hands-on Legacy Code/src/Banking/Application/CreditService.cs#L50
Dereference of a possibly null reference.
|
Install dependencies, build, and test 1:
1 Hands-on Legacy Code/src/Banking/Application/CreditService.cs#L7
Cannot convert null literal to non-nullable reference type.
|
Install dependencies, build, and test 1:
1 Hands-on Legacy Code/src/Banking/Application/CreditService.cs#L49
Converting null literal or possible null value to non-nullable type.
|
Install dependencies, build, and test 1:
1 Hands-on Legacy Code/src/Banking/Application/CreditService.cs#L50
Dereference of a possibly null reference.
|
Loading