Skip to content

Update README.md

Update README.md #35

Triggered via push April 15, 2025 20:30
Status Success
Total duration 1m 5s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: GpioControllerTests/Services/GpioServiceTests.cs#L208
Dereference of a possibly null reference.
build: GpioControllerTests/Services/GpioServiceTests.cs#L154
Dereference of a possibly null reference.
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/Commands/GpioSetCommandTests.cs#L46
Dereference of a possibly null reference.
build: GpioControllerTests/Commands/GpioSetCommandTests.cs#L43
Dereference of a possibly null reference.
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: 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.