Update ShimmerBluetooth.cs #199
Open
Annotations
12 warnings
|
Build:
ShimmerBLE/ShimmerBLEAPI/Devices/VerisenseBLEDevice.cs#L1889
The variable 'ex' is declared but never used
|
|
Build:
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.
|
|
Build:
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.
|
|
Build:
ShimmerBLE/ShimmerBLEAPI/Communications/RadioPluginBLE.cs#L55
The variable 'timeout' is assigned but its value is never used
|
|
Build:
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.
|
|
Build:
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.
|
|
Build:
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.
|
|
Build:
ShimmerAPI/ShimmerAPI/ShimmerSDLog.cs#L550
The variable 'timeSync' is assigned but its value is never used
|
|
Build:
ShimmerAPI/ShimmerAPI/Radios/SerialPortRadio.cs#L36
The variable 'ex' is declared but never used
|
|
Build:
ShimmerAPI/ShimmerAPI/Radios/TestRadio.cs#L41
'TestRadio.count' hides inherited member 'AbstractRadio.count'. Use the new keyword if hiding was intended.
|
|
Setup dotnet
.NET Core 2.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
|
Setup dotnet
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
Loading