Skip to content

Sensor Update pattern cleanup #150

Sensor Update pattern cleanup

Sensor Update pattern cleanup #150

Triggered via pull request December 11, 2023 07:06
Status Success
Total duration 2m 47s
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/Meadow.Foundation.Peripherals/Sensors.Motion.Mag3110/Driver/Mag3110.cs#L122
Non-nullable event '_temperatureHandlers' 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#L122
Non-nullable event '_fieldHandlers' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: Source/Meadow.Foundation.Peripherals/Sensors.Motion.Mpu6050/Driver/Mpu6050.cs#L78
Non-nullable event '_temperatureHandlers' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: Source/Meadow.Foundation.Peripherals/Sensors.Motion.Mpu6050/Driver/Mpu6050.cs#L78
Non-nullable event '_accelerationHandlers' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: Source/Meadow.Foundation.Peripherals/Sensors.Motion.Mpu6050/Driver/Mpu6050.cs#L78
Non-nullable event '_velocityHandlers' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: Source/Meadow.Foundation.Peripherals/Sensors.Motion.Bno055/Driver/Bno055.cs#L256
Non-nullable event '_temperatureHandlers' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: Source/Meadow.Foundation.Peripherals/Sensors.Motion.Bno055/Driver/Bno055.cs#L256
Non-nullable event '_velocityHandlers' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: Source/Meadow.Foundation.Peripherals/Sensors.Motion.Bno055/Driver/Bno055.cs#L256
Non-nullable event '_accelerationHandlers' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: Source/Meadow.Foundation.Peripherals/Sensors.Motion.Apds9960/Driver/Apds9960.cs#L1599
'Apds9960.Dispose()' hides inherited member 'ByteCommsSensorBase<(Color? Color, Illuminance? AmbientLight)>.Dispose()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: Source/Meadow.Foundation.Peripherals/Sensors.Motion.Apds9960/Driver/Apds9960.cs#L1609
'Apds9960.Dispose(bool)' hides inherited member 'ByteCommsSensorBase<(Color? Color, Illuminance? AmbientLight)>.Dispose(bool)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.