Skip to content

Update main-ci.yml #127

Update main-ci.yml

Update main-ci.yml #127

Triggered via pull request May 29, 2024 19:11
Status Failure
Total duration 7m 51s
Artifacts

main-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build: source/Meadow.Core/MicroJsonSerializer.cs#L1
The type or namespace name 'Foundation' does not exist in the namespace 'Meadow' (are you missing an assembly reference?)
build: source/Meadow.Core/MicroJsonSerializer.cs#L1
The type or namespace name 'Foundation' does not exist in the namespace 'Meadow' (are you missing an assembly reference?)
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@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/SimulatedBiDirectionalPort.cs#L10
Non-nullable field '_pin' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: source/implementations/simulation/Meadow.Simulation/SimulatedDigitalOutputPort.cs#L10
Non-nullable field '_pin' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
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.