Skip to content

start work on line chart #33

start work on line chart

start work on line chart #33

Triggered via pull request September 8, 2023 04:53
Status Success
Total duration 4m 3s
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.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.
build: Source/Meadow.Foundation.Peripherals/Sensors.Motion.Mag3110/Driver/Mag3110.cs#L120
Dereference of a possibly null reference.
build: Source/Meadow.Foundation.Peripherals/Sensors.Motion.Mag3110/Driver/Mag3110.cs#L117
Non-nullable field 'interruptPort' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Source/Meadow.Foundation.Peripherals/Sensors.Motion.Mag3110/Driver/Mag3110.cs#L140
Dereference of a possibly null reference.