Skip to content

Release 2.0.1.2

Release 2.0.1.2 #58

Triggered via pull request January 19, 2025 01:57
@adrianstevensadrianstevens
synchronize #74
v2.0.1.2
Status Success
Total duration 1m 19s
Artifacts

main-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build: Source/KeyboardWing/Driver/KeyboardWing.cs#L67
Cannot convert null literal to non-nullable reference type.
build: Source/MotorWing/Driver/StepperMotor.cs#L39
Non-nullable field 'portA' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Source/MotorWing/Driver/StepperMotor.cs#L39
Non-nullable field 'portB' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Source/MotorWing/Driver/DCMotor.cs#L21
Non-nullable field 'pwmPort' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Source/MotorWing/Driver/DCMotor.cs#L21
Non-nullable field 'in1' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Source/MotorWing/Driver/DCMotor.cs#L21
Non-nullable field 'in2' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Source/MotorWing/Driver/StepperMotor.cs#L14
The field 'StepperMotor.portA' is never used
build: Source/MotorWing/Driver/StepperMotor.cs#L15
The field 'StepperMotor.portB' is never used
build: Source/ServoWing/Driver/ServoWing.cs#L66
Possible null reference argument for parameter 'pin' in 'IPwmPort Pca9685.CreatePwmPort(IPin pin, float dutyCycle = 0.5, bool invert = false)'.
build: Source/ServoWing/Driver/ServoWing.cs#L82
Possible null reference argument for parameter 'pin' in 'IPwmPort Pca9685.CreatePwmPort(IPin pin, float dutyCycle = 0.5, bool invert = false)'.
build
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.