Feature/digital analyzer #653
Annotations
10 errors and 10 warnings
Build Meadow.Core:
source/implementations/windows/Meadow.Windows/Windows.cs#L99
The type or namespace name 'IDigitalSignalAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
|
Build Meadow.Core:
source/implementations/f7/Meadow.F7/Devices/F7MicroBase.IDigitalInputOutputController.cs#L95
The type or namespace name 'IDigitalSignalAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
|
Build Meadow.Core:
source/implementations/f7/Meadow.F7/Devices/F7DigitalSignalAnalyzer.cs#L11
The type or namespace name 'IDigitalSignalAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
|
Build Meadow.Core:
source/implementations/linux/Meadow.Linux/Linux.cs#L314
The type or namespace name 'IDigitalSignalAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
|
Build Meadow.Core:
source/implementations/mac/Meadow.Mac/Mac.cs#L112
The type or namespace name 'IDigitalSignalAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
|
Build Meadow.Core:
source/implementations/windows/Meadow.Windows/Windows.cs#L99
The type or namespace name 'IDigitalSignalAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
|
Build Meadow.Core:
source/implementations/f7/Meadow.F7/Devices/F7MicroBase.IDigitalInputOutputController.cs#L95
The type or namespace name 'IDigitalSignalAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
|
Build Meadow.Core:
source/implementations/f7/Meadow.F7/Devices/F7DigitalSignalAnalyzer.cs#L11
The type or namespace name 'IDigitalSignalAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
|
Build Meadow.Core:
source/implementations/linux/Meadow.Linux/Linux.cs#L314
The type or namespace name 'IDigitalSignalAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
|
Build Meadow.Core:
source/implementations/mac/Meadow.Mac/Mac.cs#L112
The type or namespace name 'IDigitalSignalAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
|
Build Meadow.Core
'MqttClientDisconnectedEventArgs.ReasonCode' is obsolete: 'Please use 'Reason' instead. This property will be removed 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
'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
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