Skip to content

Update dotnet.yml

Update dotnet.yml #2

Triggered via push April 6, 2025 13:03
Status Success
Total duration 53s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.