Fix OTA download progress bug #608
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build Meadow.Core
'MqttNetGlobalLogger' is obsolete: 'Please pass an instance of the IMqttNetLogger to the factory/server or client. The global logger will be deleted in the future.'
|
Build Meadow.Core
'MqttNetGlobalLogger' is obsolete: 'Please pass an instance of the IMqttNetLogger to the factory/server or client. The global logger will be deleted in the future.'
|
Build Meadow.Core
'MqttServerTlsTcpEndpointOptions.Certificate' is obsolete: 'Please use CertificateProvider with 'BlobCertificateProvider' instead.'
|
Build Meadow.Core
'MqttServerTlsTcpEndpointOptions.Certificate' is obsolete: 'Please use CertificateProvider with 'BlobCertificateProvider' instead.'
|
Build Meadow.Core
'MqttServerTlsTcpEndpointOptions.CertificateCredentials' is obsolete: 'Please use CertificateProvider with 'BlobCertificateProvider' including password property instead.'
|
Build Meadow.Core
'MqttClientDisconnectedEventArgs.ReasonCode' is obsolete: 'Please use 'Reason' instead. This property will be removed in the future!'
|
Build Meadow.Core
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 Meadow.Core:
source/ui/Meadow.Avalonia/AvaloniaMeadowApplication.cs#L18
Possible null reference return.
|
Build Meadow.Core:
source/ui/Meadow.Avalonia/AvaloniaMeadowApplication.cs#L13
Missing XML comment for publicly visible type or member 'AvaloniaMeadowApplication<T>.CancellationToken'
|
Build Meadow.Core:
source/ui/Meadow.Avalonia/AvaloniaMeadowApplication.cs#L23
Missing XML comment for publicly visible type or member 'AvaloniaMeadowApplication<T>.AvaloniaMeadowApplication()'
|
Loading