Fix IP Address Support #597
Annotations
10 warnings
Source/HiveMQtt/Client/HiveMQClient.cs#L275
Possible null reference return.
|
Source/HiveMQtt/Client/internal/Validator.cs#L43
Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time.
|
Source/HiveMQtt/Client/HiveMQClientUtil.cs#L115
Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time.
|
Source/HiveMQtt/Client/HiveMQClient.cs#L275
Possible null reference return.
|
Source/HiveMQtt/Client/HiveMQClient.cs#L275
Possible null reference return.
|
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/HiveMQClientSocket.cs#L277
Cancel synchronously blocks. Await CancelAsync instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD103.md)
|
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)
|
Tests/HiveMQtt.Test/HiveMQClient/Operational/QueuedPublishesTest.cs#L80
Possible null reference argument for parameter 'payload' in 'Task<PublishResult> HiveMQClient.PublishAsync(string topic, byte[] payload, QualityOfService qos = QualityOfService.AtMostOnceDelivery)'.
|
Tests/HiveMQtt.Test/HiveMQClient/PublishBuilderTest.cs#L10
An opening brace should not be followed by a blank line. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1505.md)
|
The logs for this run have expired and are no longer available.
Loading