Websocket Support #607
Annotations
1 error and 10 warnings
|
Source/HiveMQtt/Client/HiveMQClient.cs#L262
Possible null reference return.
|
Source/HiveMQtt/Client/Options/HiveMQClientOptions.cs#L65
Documentation text should end with a period (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1629.md)
|
Source/HiveMQtt/Client/Connection/ConnectionManager.cs#L143
Cancel synchronously blocks. Await CancelAsync instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD103.md)
|
Source/HiveMQtt/Client/Transport/WebSocketTransport.cs#L87
Use expression body for method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0022)
|
Source/HiveMQtt/Client/Transport/WebSocketTransport.cs#L82
Use expression body for method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0022)
|
Source/HiveMQtt/Client/Transport/WebSocketTransport.cs#L92
Use expression body for method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0022)
|
Source/HiveMQtt/Client/internal/Validator.cs#L43
Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1045)
|
Source/HiveMQtt/Client/HiveMQClientUtil.cs#L115
Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1045)
|
Source/HiveMQtt/Client/Transport/WebSocketTransport.cs#L20
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
|
Source/HiveMQtt/Client/HiveMQClient.cs#L262
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading