action test commit #59
main.yml
on: push
deploy-to-github-pages
1m 8s
Annotations
10 warnings
|
deploy-to-github-pages:
MQTTnet.ClientLib/Shared/MqttService.cs#L16
Missing XML comment for publicly visible type or member 'MqttService'
|
|
deploy-to-github-pages:
MQTTnet.ClientLib/Shared/MqttService.cs#L147
The variable 'ex' is declared but never used
|
|
deploy-to-github-pages:
MQTTnet.ClientLib/Shared/MqttService.cs#L135
The variable 'ex' is declared but never used
|
|
deploy-to-github-pages:
MQTTnet.ClientLib/Shared/MqttService.cs#L123
The variable 'ex' is declared but never used
|
|
deploy-to-github-pages:
MQTTnet.ClientLib/Shared/MqttService.cs#L112
The variable 'ex' is declared but never used
|
|
deploy-to-github-pages:
MQTTnet.ClientLib/Shared/MqttService.cs#L83
The variable 'ex' is declared but never used
|
|
deploy-to-github-pages:
MQTTnet.ClientLib/Shared/MqttService.cs#L70
The variable 'ex' is declared but never used
|
|
deploy-to-github-pages:
MQTTnet.ClientLib/Shared/MqttMessageReceivedHandler.cs#L17
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.
|
|
deploy-to-github-pages:
MQTTnet.ClientLib/Shared/MqttDisconnectedHandler.cs#L23
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.
|
|
deploy-to-github-pages:
MQTTnet.ClientLib/Shared/MqttConnectedHandler.cs#L21
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.
|