This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
updated OS telemetry sample #25
Annotations
11 warnings
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/
|
Source/IO/PWM/MeadowApp.cs#L31
The variable 'c' is assigned but its value is never used
|
Source/IO/PWM/MeadowApp.cs#L63
The variable 'delta' is assigned but its value is never used
|
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.
|
Source/IO/GpioInterrogation/MeadowApp.cs#L53
Dereference of a possibly null reference.
|
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.
|
Source/Board_Specific_Samples/CoreComputeBreakout/DisplayBase.cs#L15
Non-nullable field '_canvas' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Source/Board_Specific_Samples/CoreComputeBreakout/MeadowApp.cs#L122
Possible null reference argument for parameter 'logger' in 'CcmPinTests.CcmPinTests(IMeadowDevice device, Logger logger)'.
|
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.
|
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.
|
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.
|
The logs for this run have expired and are no longer available.
Loading