Skip to content

Microlayout updates #124

Microlayout updates

Microlayout updates #124

Triggered via pull request November 21, 2023 21:49
Status Failure
Total duration 2m 29s
Artifacts

main-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build: Source/Meadow.Foundation.Peripherals/Sensors.Moisture.Fc28/Samples/Fc28_Sample/MeadowApp.cs#L40
'Fc28' does not contain a definition for 'HumidityUpdated' and no accessible extension method 'HumidityUpdated' accepting a first argument of type 'Fc28' could be found (are you missing a using directive or an assembly reference?)
build: Source/Meadow.Foundation.Peripherals/Sensors.Moisture.Capacitive/Driver/Capacitive.cs#L12
'Capacitive' does not implement interface member 'IMoistureSensor.MoistureUpdated'
build: Source/Meadow.Foundation.Peripherals/Sensors.Moisture.Capacitive/Samples/Capacitive_Sample/MeadowApp.cs#L40
'Capacitive' does not contain a definition for 'HumidityUpdated' and no accessible extension method 'HumidityUpdated' accepting a first argument of type 'Capacitive' could be found (are you missing a using directive or an assembly reference?)
build: Source/Meadow.Foundation.Peripherals/Sensors.Distance.Hcsr04/Driver/Hcsr04.cs#L13
The type or namespace name 'IRangeFinder' could not be found (are you missing a using directive or an assembly reference?)
build: Source/Meadow.Foundation.Peripherals/Sensors.Atmospheric.Si70xx/Driver/Si70xx.cs#L18
The type or namespace name 'IHumiditySensor' could not be found (are you missing a using directive or an assembly reference?)
build: Source/Meadow.Foundation.Peripherals/Sensors.Atmospheric.Sht31D/Driver/Sht31d.cs#L14
The type or namespace name 'IHumiditySensor' could not be found (are you missing a using directive or an assembly reference?)
build: Source/Meadow.Foundation.Peripherals/Sensors.Atmospheric.Sht31D/Driver/Sht31d.cs#L92
'Sht31d.ISensor<RelativeHumidity>.Read()': containing type does not implement interface 'ISensor<RelativeHumidity>'
build: Source/Meadow.Foundation.Peripherals/Sensors.Atmospheric.Si70xx/Driver/Si70xx.cs#L218
'Si70xx.ISensor<RelativeHumidity>.Read()': containing type does not implement interface 'ISensor<RelativeHumidity>'
build: Source/Meadow.Foundation.Peripherals/Sensors.Atmospheric.Hih6130/Driver/Hih6130.cs#L14
The type or namespace name 'IHumiditySensor' could not be found (are you missing a using directive or an assembly reference?)
build: Source/Meadow.Foundation.Peripherals/Sensors.Atmospheric.Hih6130/Driver/Hih6130.cs#L106
'Hih6130.ISensor<RelativeHumidity>.Read()': containing type does not implement interface 'ISensor<RelativeHumidity>'
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/Meadow.Foundation.Peripherals/Sensors.Motion.ParallaxPir/Driver/ParallaxPir.cs#L57
Non-nullable event 'OnMotionStart' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: Source/Meadow.Foundation.Peripherals/Sensors.Motion.ParallaxPir/Driver/ParallaxPir.cs#L57
Non-nullable event 'OnMotionEnd' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: Source/Meadow.Foundation.Peripherals/Sensors.Motion.Mag3110/Driver/Mag3110.cs#L117
Cannot convert null literal to non-nullable reference type.
build: Source/Meadow.Foundation.Peripherals/Sensors.Motion.Mag3110/Driver/Mag3110.cs#L54
Dereference of a possibly null reference.
build: Source/Meadow.Foundation.Peripherals/Sensors.Motion.Mag3110/Driver/Mag3110.cs#L59
Dereference of a possibly null reference.
build: Source/Meadow.Foundation.Peripherals/Sensors.Motion.Mag3110/Driver/Mag3110.cs#L78
Dereference of a possibly null reference.
build: Source/Meadow.Foundation.Peripherals/Sensors.Motion.Mag3110/Driver/Mag3110.cs#L95
Dereference of a possibly null reference.