Update dotnet.yml #2
Annotations
10 warnings
|
build:
GpioController/Commands/Results/GpioSetResult.cs#L5
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
GpioControllerTests/Commands/GpioSetCommandTests.cs#L89
Dereference of a possibly null reference.
|
|
build:
GpioControllerTests/Commands/GpioSetCommandTests.cs#L71
Dereference of a possibly null reference.
|
|
build:
GpioControllerTests/Commands/GpioSetCommandTests.cs#L68
Dereference of a possibly null reference.
|
|
build:
GpioControllerTests/Commands/GpioSetCommandTests.cs#L45
Dereference of a possibly null reference.
|
|
build:
GpioControllerTests/Commands/GpioSetCommandTests.cs#L42
Dereference of a possibly null reference.
|
|
build:
GpioController/Models/Gpio.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
GpioController/Services/GpioService.cs#L20
Dereference of a possibly null reference.
|
|
build:
GpioController/Commands/Results/GpioInfoResult.cs#L7
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
GpioController/Commands/Results/GpioSetResult.cs#L5
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|