Skip to content

Merge pull request #816 from WildernessLabs/utcnow #236

Merge pull request #816 from WildernessLabs/utcnow

Merge pull request #816 from WildernessLabs/utcnow #236

Triggered via push October 26, 2023 20:35
Status Success
Total duration 3m 41s
Artifacts

develop-ci.yml

on: push
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.Core/Communications/SpiCommunications.cs#L15
Nullability of reference types in return type of 'IDigitalOutputPort? SpiCommunications.ChipSelect.get' doesn't match implicitly implemented member 'IDigitalOutputPort ISpiCommunications.ChipSelect.get' (possibly because of nullability attributes).
build: Source/Meadow.Foundation.Core/Leds/PwmLedBarGraph.Animations.cs#L227
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: Source/Meadow.Foundation.Core/Motors/BidirectionalDcMotor.cs#L11
Missing XML comment for publicly visible type or member 'BidirectionalDcMotor.MotorState'
build: Source/Meadow.Foundation.Core/Motors/BidirectionalDcMotor.cs#L13
Missing XML comment for publicly visible type or member 'BidirectionalDcMotor.MotorState.Stopped'
build: Source/Meadow.Foundation.Core/Motors/BidirectionalDcMotor.cs#L14
Missing XML comment for publicly visible type or member 'BidirectionalDcMotor.MotorState.RunningClockwise'
build: Source/Meadow.Foundation.Core/Motors/BidirectionalDcMotor.cs#L15
Missing XML comment for publicly visible type or member 'BidirectionalDcMotor.MotorState.RunningCounterclockwise'
build: Source/Meadow.Foundation.Core/Motors/BidirectionalDcMotor.cs#L18
Missing XML comment for publicly visible type or member 'BidirectionalDcMotor.StateChanged'
build: Source/Meadow.Foundation.Core/Sensors/Buttons/PushButtonBase.cs#L61
Missing XML comment for publicly visible type or member 'PushButtonBase.PushButtonBase(IDigitalInputPort)'