Skip to content

Release 1.14.0

Release 1.14.0 #49

Triggered via pull request January 7, 2025 23:19
@adrianstevensadrianstevens
synchronize #53
v1.14.0
Status Success
Total duration 58s
Artifacts

main-ci.yml

on: pull_request
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/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/ModbusTcpLoopbackTests.cs#L132
Dereference of a possibly null reference.
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/ModbusTcpLoopbackTests.cs#L219
Dereference of a possibly null reference.
build: src/Meadow.Modbus.Unit.Tests/V10x.cs#L13
Field 'V10x._rawEnvironmentTemp' 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#L9
Field 'V10x._rawInputVoltage' is never assigned to, and will always have its default value 0
build: src/Meadow.Modbus.Unit.Tests/V10x.cs#L10
Field 'V10x._rawInputCurrent' 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.