MQTT 3.1.1 Packet Decoding and Encoding #43
Annotations
10 errors and 5 warnings
dotnet build:
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?)
|
dotnet build:
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?)
|
dotnet build:
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?)
|
dotnet build:
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?)
|
dotnet build:
src/TurboMqtt.Core/Protocol/Mqtt311Decoder.cs#L128
'SubscribePacket' does not contain a definition for 'Decode'
|
dotnet build:
src/TurboMqtt.Core/Protocol/Mqtt311Decoder.cs#L131
The name 'SubAckPacket' does not exist in the current context
|
dotnet build:
src/TurboMqtt.Core/Protocol/Mqtt311Decoder.cs#L134
'UnsubscribePacket' does not contain a definition for 'Decode'
|
dotnet build:
src/TurboMqtt.Core/Protocol/Mqtt311Decoder.cs#L137
The name 'DecodeUnsubscribeAck' does not exist in the current context
|
dotnet build:
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)'
|
dotnet build:
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?)
|
Publish Test Results
Could not find any TRX files for /github/workspace/**/*.trx
|
Publish Test Results
Your file pattern contains absolute paths, please read the notes on absolute paths:
|
|
dotnet build:
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.
|
dotnet build:
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.
|
Loading