Skip to content

Merge pull request #39 from WildernessLabs/v1.3.4 #15

Merge pull request #39 from WildernessLabs/v1.3.4

Merge pull request #39 from WildernessLabs/v1.3.4 #15

Triggered via push September 26, 2023 18:42
Status Success
Total duration 1m 53s
Artifacts

main-ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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/
build: Source/ThumbJoystick/Driver/ThumbJoystick.cs#L18
Cannot convert null literal to non-nullable reference type.
build: Source/ThumbJoystick/Driver/ThumbJoystick.cs#L54
Cannot convert null literal to non-nullable reference type.
build: Source/WaterSensor/Driver/WaterSensor.cs#L9
Cannot convert null literal to non-nullable reference type.
build: Source/WaterSensor/Driver/WaterSensor.cs#L13
Cannot convert null literal to non-nullable reference type.
build: Source/WaterSensor/Driver/WaterSensor.cs#L7
Missing XML comment for publicly visible type or member 'WaterSensor'
build: Source/WaterSensor/Driver/WaterSensor.cs#L9
Missing XML comment for publicly visible type or member 'WaterSensor.WaterSensor(IAnalogInputPort, AnalogWaterLevel.Calibration)'
build: Source/WaterSensor/Driver/WaterSensor.cs#L13
Missing XML comment for publicly visible type or member 'WaterSensor.WaterSensor(IPin, AnalogWaterLevel.Calibration, TimeSpan?)'
build: Source/MoistureSensor/Driver/MoistureSensor.cs#L27
Parameter 'sampleCount' has no matching param tag in the XML comment for 'MoistureSensor.MoistureSensor(IPin, int, TimeSpan?, Voltage?)' (but other parameters do)
build: Source/MoistureSensor/Driver/MoistureSensor.cs#L28
Parameter 'sampleInterval' has no matching param tag in the XML comment for 'MoistureSensor.MoistureSensor(IPin, int, TimeSpan?, Voltage?)' (but other parameters do)
build: Source/MoistureSensor/Driver/MoistureSensor.cs#L29
Parameter 'voltage' has no matching param tag in the XML comment for 'MoistureSensor.MoistureSensor(IPin, int, TimeSpan?, Voltage?)' (but other parameters do)