v0.8.0: New X.509 Client Certificate Support #332
Triggered via release
January 9, 2024 13:34
pglombardo
published
v0.8.0
Status
Success
Total duration
3m 36s
Artifacts
–
Annotations
10 warnings
Build-ubuntu-latest:
Source/HiveMQtt/obj/Release/net6.0/HiveMQtt.AssemblyInfo.cs#L23
Assembly reference 'HiveMQtt.Test, PublicKey=fc5550082a9c642c' is invalid and cannot be resolved
|
Build-ubuntu-latest:
Source/HiveMQtt/MQTT5/Packets/ConnectPacket.cs#L80
Possible null reference argument for parameter 's' in 'int ControlPacket.EncodeUTF8String(MemoryStream stream, string s)'.
|
Build-ubuntu-latest:
Source/HiveMQtt/MQTT5/Packets/ConnectPacket.cs#L83
Possible null reference argument for parameter 'binaryData' in 'int ControlPacket.EncodeBinaryData(MemoryStream writer, byte[] binaryData)'.
|
Build-ubuntu-latest:
Source/HiveMQtt/Client/HiveMQClientOptionsBuilder.cs#L62
Static members should appear before non-static members (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1204.md)
|
Build-ubuntu-latest:
Source/HiveMQtt/Client/HiveMQClient.cs#L60
inheritdoc should be used with inheriting class (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1648.md)
|
Build-ubuntu-latest:
Source/HiveMQtt/MQTT5/MalformedPacket.cs#L25
Private member 'MalformedPacket.packetData' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
|
Build-ubuntu-latest:
Tests/HiveMQtt.Test/HiveMQClient/ConnectTest.cs#L33
Test methods should not be skipped. Remove the Skip property to start running the test again. (https://xunit.net/xunit.analyzers/rules/xUnit1004)
|
Build-ubuntu-latest:
Tests/HiveMQtt.Test/HiveMQClient/ConnectTest.cs#L72
Test methods should not be skipped. Remove the Skip property to start running the test again. (https://xunit.net/xunit.analyzers/rules/xUnit1004)
|
Build-ubuntu-latest:
Tests/HiveMQtt.Test/HiveMQClient/TLSTest.cs#L12
Test methods should not be skipped. Remove the Skip property to start running the test again. (https://xunit.net/xunit.analyzers/rules/xUnit1004)
|
Build-ubuntu-latest:
Tests/HiveMQtt.Test/HiveMQClient/TLSTest.cs#L28
Test methods should not be skipped. Remove the Skip property to start running the test again. (https://xunit.net/xunit.analyzers/rules/xUnit1004)
|