Release 1.12.8 #68
Open
Release 1.12.8 #68
Annotations
13 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Source/KeyboardWing/Driver/KeyboardWing.cs#L67
Cannot convert null literal to non-nullable reference type.
|
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.
|
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.
|
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.
|
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.
|
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.
|
Source/MotorWing/Driver/StepperMotor.cs#L15
The field 'StepperMotor.portB' is never used
|
Source/MotorWing/Driver/StepperMotor.cs#L14
The field 'StepperMotor.portA' is never used
|
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)'.
|
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)'.
|
|
This job succeeded
Loading