bugfix/stop-all-multi-request-bug #11
Merged
Annotations
10 warnings
|
GpioControllerTests/Services/GpioServiceTests.cs#L112
Dereference of a possibly null reference.
|
|
GpioControllerTests/Commands/GpioSetCommandTests.cs#L90
Dereference of a possibly null reference.
|
|
GpioControllerTests/Commands/GpioSetCommandTests.cs#L72
Dereference of a possibly null reference.
|
|
GpioControllerTests/Commands/GpioSetCommandTests.cs#L69
Dereference of a possibly null reference.
|
|
GpioControllerTests/Services/StateServiceTests.cs#L15
Non-nullable field 'tokenManagementService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
GpioControllerTests/Services/StateServiceTests.cs#L14
Non-nullable field 'gpioService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
GpioControllerTests/Services/StateServiceTests.cs#L13
Non-nullable field 'commandFactory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
GpioControllerTests/Commands/GpioSetCommandTests.cs#L46
Dereference of a possibly null reference.
|
|
GpioControllerTests/Commands/GpioSetCommandTests.cs#L43
Dereference of a possibly null reference.
|
|
GpioController/Controllers/GpioController.cs#L23
Argument of type 'IEnumerable<Gpio?>' cannot be used for parameter 'results' of type 'IEnumerable<Gpio>' in 'IEnumerable<Gpio?> IGpioService.OrderResultsByFilter(IEnumerable<Gpio> results)' due to differences in the nullability of reference types.
|
The logs for this run have expired and are no longer available.
Loading