Skip to content

Merge pull request #56 from WildernessLabs/bug/rtu-fixes #70

Merge pull request #56 from WildernessLabs/bug/rtu-fixes

Merge pull request #56 from WildernessLabs/bug/rtu-fixes #70

Triggered via push January 8, 2025 18:11
Status Success
Total duration 44s
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#L13
Field 'V10x._rawInputCurrent' 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#L15
Field 'V10x._rawLoadCurrent' 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: src/Meadow.Modbus.Unit.Tests/V10x.cs#L14
Field 'V10x._rawLoadVoltage' is never assigned to, and will always have its default value 0
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
.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.