Skip to content

MQTT 3.1.1 Packet Decoding and Encoding #42

MQTT 3.1.1 Packet Decoding and Encoding

MQTT 3.1.1 Packet Decoding and Encoding #42

Triggered via pull request April 14, 2024 04:35
Status Failure
Total duration 1m 5s
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/Mqtt311Decoder.cs#L123
'ConnAckPacket' does not contain a definition for 'Decode'
Test-ubuntu-latest: src/TurboMqtt.Core/Protocol/Mqtt311Decoder.cs#L126
'SubscribePacket' does not contain a definition for 'Decode'
Test-ubuntu-latest: src/TurboMqtt.Core/Protocol/Mqtt311Decoder.cs#L129
The name 'SubAckPacket' does not exist in the current context
Test-ubuntu-latest: src/TurboMqtt.Core/Protocol/Mqtt311Decoder.cs#L132
'UnsubscribePacket' does not contain a definition for 'Decode'
Test-ubuntu-latest: src/TurboMqtt.Core/Protocol/Mqtt311Decoder.cs#L135
The name 'DecodeUnsubscribeAck' does not exist in the current context
Test-ubuntu-latest: src/TurboMqtt.Core/Protocol/Mqtt311Decoder.cs#L140
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/Mqtt311Decoder.cs#L271
'Mqtt311Decoder.DecodeConnect(ref ReadOnlyMemory<byte>, int, int)': not all code paths return a value
Test-ubuntu-latest: src/TurboMqtt.Core/Protocol/Mqtt311Decoder.cs#L123
'ConnAckPacket' does not contain a definition for 'Decode'
Test-ubuntu-latest: src/TurboMqtt.Core/Protocol/Mqtt311Decoder.cs#L126
'SubscribePacket' does not contain a definition for 'Decode'
Test-ubuntu-latest: src/TurboMqtt.Core/Protocol/Mqtt311Decoder.cs#L129
The name 'SubAckPacket' does not exist in the current context
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.