Skip to content

Merge pull request #566 from WildernessLabs/v1.12.8 #132

Merge pull request #566 from WildernessLabs/v1.12.8

Merge pull request #566 from WildernessLabs/v1.12.8 #132

Triggered via push July 29, 2024 21:08
Status Success
Total duration 4m 5s
Artifacts

main-ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 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
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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: source/Tests/Core.Unit.Tests/UpdateServiceTests/ProcessPublishedCommandTests.cs#L431
Non-nullable property 'AdditionalData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: source/implementations/simulation/Meadow.Simulation/SimulatedMeadow.Pinout.cs#L12
Nullability of reference types in type of parameter 'value' of 'void SimulatedPinout.Controller.set' doesn't match implicitly implemented member 'void IPinDefinitions.Controller.set' (possibly because of nullability attributes).
build: source/implementations/simulation/Meadow.Simulation/SerialPortProxy.cs#L14
Non-nullable event 'DataReceived' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: source/implementations/simulation/Meadow.Simulation/SerialPortProxy.cs#L14
Non-nullable event 'BufferOverrun' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: source/implementations/simulation/Meadow.Simulation/SimulationEngine.cs#L15
Non-nullable event 'Interrupt' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: source/implementations/simulation/Meadow.Simulation/SimulationEngine.cs#L72
Possible null reference argument for parameter 'message' in 'void WebSocketServer.SendMessage(string message)'.
build: source/implementations/simulation/Meadow.Simulation/SimulatedMeadow.Pinout.cs#L17
Possible null reference argument for parameter 'controller' in 'SimulatedPin.SimulatedPin(IPinController controller, string name, object key, IList<IChannelInfo>? supportedChannels = null)'.
build: source/implementations/simulation/Meadow.Simulation/SimulatedMeadow.cs#L29
Non-nullable event 'BeforeReset' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: source/implementations/simulation/Meadow.Simulation/SimulatedMeadow.cs#L29
Non-nullable event 'BeforeSleep' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: source/implementations/simulation/Meadow.Simulation/SimulatedMeadow.cs#L29
Non-nullable event 'AfterWake' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.