Skip to content

MQTT 3.1.1 Packet Decoding and Encoding #43

MQTT 3.1.1 Packet Decoding and Encoding

MQTT 3.1.1 Packet Decoding and Encoding #43

Triggered via pull request April 14, 2024 04:41
Status Failure
Total duration 1m 10s
Artifacts

pr_validation.yaml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 5 warnings
Test-ubuntu-latest: src/TurboMqtt.Core/Protocol/MqttPacketSizeEstimator.cs#L625
'string' does not contain a definition for 'HasValue' and no accessible extension method 'HasValue' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
Test-ubuntu-latest: src/TurboMqtt.Core/Protocol/MqttPacketSizeEstimator.cs#L627
'string' does not contain a definition for 'Value' and no accessible extension method 'Value' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
Test-ubuntu-latest: src/TurboMqtt.Core/Protocol/MqttPacketSizeEstimator.cs#L742
'string' does not contain a definition for 'HasValue' and no accessible extension method 'HasValue' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
Test-ubuntu-latest: src/TurboMqtt.Core/Protocol/MqttPacketSizeEstimator.cs#L744
'string' does not contain a definition for 'Value' and no accessible extension method 'Value' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
Test-ubuntu-latest: src/TurboMqtt.Core/Protocol/Mqtt311Decoder.cs#L128
'SubscribePacket' does not contain a definition for 'Decode'
Test-ubuntu-latest: src/TurboMqtt.Core/Protocol/Mqtt311Decoder.cs#L131
The name 'SubAckPacket' does not exist in the current context
Test-ubuntu-latest: src/TurboMqtt.Core/Protocol/Mqtt311Decoder.cs#L134
'UnsubscribePacket' does not contain a definition for 'Decode'
Test-ubuntu-latest: src/TurboMqtt.Core/Protocol/Mqtt311Decoder.cs#L137
The name 'DecodeUnsubscribeAck' does not exist in the current context
Test-ubuntu-latest: src/TurboMqtt.Core/Protocol/Mqtt311Decoder.cs#L142
There is no argument given that corresponds to the required parameter 'remainingLength' of 'Mqtt311Decoder.DecodeDisconnect(ref ReadOnlyMemory<byte>, int, int)'
Test-ubuntu-latest: src/TurboMqtt.Core/Protocol/MqttPacketSizeEstimator.cs#L625
'string' does not contain a definition for 'HasValue' and no accessible extension method 'HasValue' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
Test-windows-latest
The job was canceled because "ubuntu-latest" failed.
Test-windows-latest
The operation was canceled.
Test-ubuntu-latest
Could not find any TRX files for /github/workspace/**/*.trx
Test-ubuntu-latest
Your file pattern contains absolute paths, please read the notes on absolute paths:
Test-ubuntu-latest: src/TurboMqtt.Core/PacketTypes/ConnectPacket.cs#L14
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test-ubuntu-latest: src/TurboMqtt.Core/PacketTypes/ConnectPacket.cs#L14
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.