Feature/simulation #157
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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.
|