Merge pull request #52 from WildernessLabs/v1.13.0 #48
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/ModbusTcpLoopbackTests.cs#L219
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/MockSerialPort.cs#L27
The event 'MockSerialPort.DataReceived' is never used
|
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/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#L12
Field 'V10x._rawLoadCurrent' 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.
|