Skip to content

Making architecture.png diagram fit better on mobile #48

Making architecture.png diagram fit better on mobile

Making architecture.png diagram fit better on mobile #48

Triggered via push April 22, 2025 18:03
Status Success
Total duration 1m 2s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: GpioControllerTests/Services/GpioServiceTests.cs#L153
Dereference of a possibly null reference.
build: GpioControllerTests/Services/GpioServiceTests.cs#L152
Dereference of a possibly null reference.
build: GpioControllerTests/Services/IntegrationTests.cs#L43
Possible null reference argument for parameter 'updateRequests' in 'void StateService.UpdateMultipleStates(IEnumerable<GpioSetRequest> updateRequests)'.
build: GpioControllerTests/Services/GpioServiceTests.cs#L114
Dereference of a possibly null reference.
build: GpioControllerTests/Services/GpioServiceTests.cs#L113
Dereference of a possibly null reference.
build: GpioControllerTests/Services/GpioServiceTests.cs#L112
Dereference of a possibly null reference.
build: 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.
build: 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.
build: 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.
build: 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.