Skip to content

Merge pull request #89 from WildernessLabs/v1.12.8 #63

Merge pull request #89 from WildernessLabs/v1.12.8

Merge pull request #89 from WildernessLabs/v1.12.8 #63

Triggered via push July 12, 2024 17:06
Status Success
Total duration 4m 47s
Artifacts

main-ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2, 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
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2, actions/setup-java@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build: Source/Meadow.Clima/Hardware/IClimaHardware.cs#L24
'IClimaHardware.ComputeModule' hides inherited member 'IMeadowAppEmbeddedHardware.ComputeModule'. Use the new keyword if hiding was intended.
build: Source/Meadow.Clima/MainController.cs#L86
Cannot convert null literal to non-nullable reference type.
build: Source/Meadow.Clima/Controllers/PowerController.cs#L48
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: Source/Meadow.Clima/Controllers/LocationController.cs#L15
Non-nullable field 'gnss' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Source/Meadow.Clima/Controllers/LocationController.cs#L15
Non-nullable event 'PositionReceived' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: Source/Meadow.Clima/MainController.cs#L14
Non-nullable field 'hardware' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Source/Meadow.Clima/MainController.cs#L15
Non-nullable field 'notificationController' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Source/Meadow.Clima/MainController.cs#L16
Non-nullable field 'sensorController' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Source/Meadow.Clima/MainController.cs#L17
Non-nullable field 'powerController' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Source/Meadow.Clima/MainController.cs#L18
Non-nullable field 'locationController' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.