v0.16.0: Improved Internal Await Strategy #534
Annotations
10 warnings
Source/HiveMQtt/MQTT5/Packets/PublishPacket.cs#L92
Dereference of a possibly null reference.
|
Source/HiveMQtt/MQTT5/Packets/PublishPacket.cs#L123
Dereference of a possibly null reference.
|
Source/HiveMQtt/Client/HiveMQClient.cs#L485
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Source/HiveMQtt/Client/internal/Validator.cs#L43
Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time.
|
Source/HiveMQtt/Client/HiveMQClientUtil.cs#L116
Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time.
|
Source/HiveMQtt/MQTT5/Packets/PublishPacket.cs#L92
Dereference of a possibly null reference.
|
Source/HiveMQtt/MQTT5/Packets/PublishPacket.cs#L123
Dereference of a possibly null reference.
|
Source/HiveMQtt/Client/HiveMQClient.cs#L485
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Source/HiveMQtt/Client/HiveMQClient.cs#L485
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Source/HiveMQtt/Client/HiveMQClient.cs#L491
Cancel synchronously blocks. Await CancelAsync instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD103.md)
|
This job succeeded
Loading