Skip to content

Merge pull request #51 from WildernessLabs/feature/stepper-online #68

Merge pull request #51 from WildernessLabs/feature/stepper-online

Merge pull request #51 from WildernessLabs/feature/stepper-online #68

Triggered via push January 4, 2025 00:36
Status Success
Total duration 34s
Artifacts

develop-ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: src/Meadow.Modbus.Unit.Tests/ModbusTcpClientShim.cs#L9
Non-nullable property 'LastGeneratedMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Meadow.Modbus.Unit.Tests/MockSerialPort.cs#L27
Non-nullable event 'DataReceived' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: src/Meadow.Modbus.Unit.Tests/MockSerialPort.cs#L28
Non-nullable event 'BufferOverrun' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: src/Meadow.Modbus.Unit.Tests/ModbusSerialTStatTests.cs#L24
The variable 'i' is assigned but its value is never used
build: src/Meadow.Modbus.Unit.Tests/V10x.cs#L11
Field 'V10x._rawBatteryVoltage' is never assigned to, and will always have its default value 0
build: src/Meadow.Modbus.Unit.Tests/MockSerialPort.cs#L28
The event 'MockSerialPort.BufferOverrun' is never used
build: src/Meadow.Modbus.Unit.Tests/V10x.cs#L12
Field 'V10x._rawInputVoltage' is never assigned to, and will always have its default value 0
build: src/Meadow.Modbus.Unit.Tests/MockSerialPort.cs#L27
The event 'MockSerialPort.DataReceived' is never used
build: src/Meadow.Modbus.Unit.Tests/V10x.cs#L17
Field 'V10x._rawControllerTemp' is never assigned to, and will always have its default value 0
build: src/Meadow.Modbus.Unit.Tests/TStat8.cs#L7
Field 'TStat8._currentSetPoint' is never assigned to, and will always have its default value 0
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.