Skip to content

add read/write of voltaic modbus address #998

add read/write of voltaic modbus address

add read/write of voltaic modbus address #998

Triggered via pull request December 27, 2024 15:41
Status Failure
Total duration 3m 42s
Artifacts

develop-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build: Source/Meadow.Foundation.Peripherals/Batteries.Voltaic.V10x/Driver/V10x.cs#L159
'ModbusPolledDevice' does not contain a definition for 'BusAddress'
build: Source/Meadow.Foundation.Peripherals/Batteries.Voltaic.V10x/Driver/V10x.cs#L159
'ModbusPolledDevice' does not contain a definition for 'BusAddress'
build
Process completed with exit code 1.
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
'MqttClientDisconnectedEventArgs.ReasonCode' is obsolete: 'Please use 'Reason' instead. This property will be removed in the future!'
build
'MqttServerTlsTcpEndpointOptions.Certificate' is obsolete: 'Please use CertificateProvider with 'BlobCertificateProvider' instead.'
build
'MqttServerTlsTcpEndpointOptions.Certificate' is obsolete: 'Please use CertificateProvider with 'BlobCertificateProvider' instead.'
build
'MqttServerTlsTcpEndpointOptions.CertificateCredentials' is obsolete: 'Please use CertificateProvider with 'BlobCertificateProvider' including password property instead.'
build
'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
'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
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: Source/Meadow.Foundation.Peripherals/RTCs.Ds323x/Driver/Ds323x.cs#L108
Possible null reference assignment.