Skip to content

Update Readme.md

Update Readme.md #19

Triggered via pull request October 31, 2023 19:53
Status Success
Total duration 1m 32s
Artifacts

main-ci.yml

on: pull_request
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)