Event Handling & QoS 2 Improvements #477
Annotations
2 errors and 10 warnings
|
Dotnet Cake Test
The operation was canceled.
|
Dotnet Cake Build:
Source/HiveMQtt/Client/Exceptions/HiveMQttClientException.cs#L40
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
|
Dotnet Cake Build:
Source/HiveMQtt/Client/HiveMQClientTrafficProcessor.cs#L38
Naming rule violation: Missing prefix: '____RULE_VIOLATION____' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide1006)
|
Dotnet Cake Build:
Source/HiveMQtt/Client/HiveMQClientTrafficProcessor.cs#L38
Non-private readonly fields should begin with upper-case letter (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1304.md)
|
Dotnet Cake Build:
Source/HiveMQtt/Client/HiveMQClientTrafficProcessor.cs#L38
Field 'transactionQueue' should begin with upper-case letter (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1307.md)
|
Dotnet Cake Build:
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)
|
Dotnet Cake Build:
Source/HiveMQtt/Client/HiveMQClient.cs#L189
Remove redundant equality (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0100)
|
Dotnet Cake Build:
Source/HiveMQtt/Client/HiveMQClient.cs#L244
Object initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0017)
|
Dotnet Cake Build:
Source/HiveMQtt/Client/HiveMQClient.cs#L312
Remove redundant equality (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0100)
|
Dotnet Cake Build:
Source/HiveMQtt/Client/HiveMQClient.cs#L245
Object initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0017)
|
Loading