Feature/digital analyzer #655
Annotations
3 errors and 10 warnings
Build Meadow.Core:
source/implementations/simulation/Meadow.Simulation/SimulatedMeadow.cs#L10
'SimulatedMeadow<TPinDefinitions>' does not implement interface member 'IDigitalInterruptController.CreateDigitalSignalAnalyzer(IPin, bool)'
|
Build Meadow.Core:
source/implementations/simulation/Meadow.Simulation/SimulatedMeadow.cs#L10
'SimulatedMeadow<TPinDefinitions>' does not implement interface member 'IDigitalInterruptController.CreateDigitalSignalAnalyzer(IPin, bool)'
|
Build Meadow.Core
Process completed with exit code 1.
|
Build Meadow.Core
'MqttClientDisconnectedEventArgs.ReasonCode' is obsolete: 'Please use 'Reason' instead. This property will be removed 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
'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
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
Non-nullable field 'grglInterface' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Meadow.Core
Non-nullable field 'context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Meadow.Core
Non-nullable field 'surface' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading