DEV-144 updating unit test for shimmer3r (simulator) #157
Annotations
12 warnings
|
ShimmerAPI/ShimmerAPI/Radios/TestRadio.cs#L41
'TestRadio.count' hides inherited member 'AbstractRadio.count'. Use the new keyword if hiding was intended.
|
|
ShimmerAPI/ShimmerAPI/Radios/SerialPortRadio.cs#L36
The variable 'ex' is declared but never used
|
|
ShimmerAPI/ShimmerAPI/Simulators/ShimmerLogAndStreamS3Simulator.cs#L345
'ShimmerLogAndStream.ReadCalibDump()' is obsolete: 'This method is unfinished and should not be used.'
|
|
ShimmerAPI/ShimmerAPI/Simulators/ShimmerLogAndStreamS3Simulator.cs#L350
'ShimmerLogAndStream.ReadCalibDump()' is obsolete: 'This method is unfinished and should not be used.'
|
|
ShimmerBLE/ShimmerBLEAPI/Services/SpeedTestService.cs#L52
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.
|
|
ShimmerBLE/ShimmerBLEAPI/Services/SpeedTestService.cs#L187
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.
|
|
ShimmerBLE/ShimmerBLEAPI/Communications/DeviceManagerPluginBLE.cs#L56
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.
|
|
ShimmerBLE/ShimmerBLEAPI/Communications/DeviceManagerPluginBLE.cs#L66
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
ShimmerBLE/ShimmerBLEAPI/Communications/DeviceManagerPluginBLE.cs#L64
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.
|
|
ShimmerBLE/ShimmerBLEAPI/Communications/RadioPluginBLE.cs#L55
The variable 'timeout' is assigned but its value is never used
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading