Skip to content

Feature/update mqtt3 to mqtt4 #283

Feature/update mqtt3 to mqtt4

Feature/update mqtt3 to mqtt4 #283

Triggered via pull request August 20, 2024 19:04
Status Success
Total duration 2m 17s
Artifacts

continuous-integration.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, nuget/setup-nuget@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: agrirouter-sdk-dotnet-standard-test/Helper/MqttConnectionHelper.cs#L38
'MqttClientOptionsBuilderTlsParameters' is obsolete: 'Use methods from MqttClientOptionsBuilder instead.'
build: agrirouter-sdk-dotnet-standard-test/Helper/MqttConnectionHelper.cs#L40
'MqttClientOptionsBuilderTlsParameters.Certificates' is obsolete: 'Use CertificatesProvider instead.'
build: agrirouter-sdk-dotnet-standard-test/Helper/MqttConnectionHelper.cs#L44
'MqttClientOptionsBuilder.WithTls(MqttClientOptionsBuilderTlsParameters)' is obsolete: 'Use WithTlsOptions(... configure) instead.'
build: agrirouter-sdk-dotnet-standard-test/Service/Messaging/Mqtt/PingServiceTest.cs#L46
'MqttApplicationMessage.Payload' is obsolete: 'Use PayloadSegment instead. This property will be removed in a future release.'
build: agrirouter-sdk-dotnet-standard-test/Service/Messaging/Mqtt/PingServiceTest.cs#L41
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.
build: agrirouter-sdk-dotnet-standard-test/Service/Messaging/Mqtt/PingServiceTest.cs#L98
'MqttApplicationMessage.Payload' is obsolete: 'Use PayloadSegment instead. This property will be removed in a future release.'
build: agrirouter-sdk-dotnet-standard-test/Service/Messaging/Mqtt/PingServiceTest.cs#L93
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.
build: agrirouter-sdk-dotnet-standard-test/Service/Messaging/Mqtt/CapabilitiesServiceTest.cs#L60
'MqttApplicationMessage.Payload' is obsolete: 'Use PayloadSegment instead. This property will be removed in a future release.'
build: agrirouter-sdk-dotnet-standard-test/Service/Messaging/Mqtt/CapabilitiesServiceTest.cs#L54
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.
build: agrirouter-sdk-dotnet-standard-test/Helper/MqttConnectionHelper.cs#L38
'MqttClientOptionsBuilderTlsParameters' is obsolete: 'Use methods from MqttClientOptionsBuilder instead.'