Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Adjust cell sample app #48

Adjust cell sample app

Adjust cell sample app #48

Triggered via pull request March 11, 2024 15:34
Status Failure
Total duration 1m 17s
Artifacts

main-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 12 warnings
build: Source/IO/DigitalInterruptPort_Basics/MeadowApp.cs#L51
Operator '>' cannot be applied to operands of type 'TimeSpan' and 'double'
build: Source/IO/DigitalInterruptPort_Basics/MeadowApp.cs#L51
Operator '>' cannot be applied to operands of type 'TimeSpan' and 'double'
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/IO/PWM/MeadowApp.cs#L31
The variable 'c' is assigned but its value is never used
build: Source/IO/PWM/MeadowApp.cs#L63
The variable 'delta' is assigned but its value is never used
build: Source/IO/SerialPort/MeadowApp.cs#L40
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/IO/GpioInterrogation/MeadowApp.cs#L53
Dereference of a possibly null reference.
build: Source/Board_Specific_Samples/CoreComputeBreakout/MeadowApp.cs#L155
'MeadowApp.Initialize()' hides inherited member 'App<F7CoreComputeV2>.Initialize()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: Source/Board_Specific_Samples/CoreComputeBreakout/DisplayBase.cs#L16
Non-nullable field '_canvas' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Source/Board_Specific_Samples/CoreComputeBreakout/MeadowApp.cs#L122
Possible null reference argument for parameter 'logger' in 'CcmPinTests.CcmPinTests(IMeadowDevice device, Logger logger)'.
build: Source/Board_Specific_Samples/CoreComputeBreakout/MeadowApp.cs#L118
Non-nullable field '_spiDisplay' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Source/Board_Specific_Samples/CoreComputeBreakout/MeadowApp.cs#L118
Non-nullable field '_i2cDisplay' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Source/Board_Specific_Samples/CoreComputeBreakout/MeadowApp.cs#L118
Non-nullable field '_led' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.