Release #5
Annotations
10 warnings
neo3-gui/neo3-gui/Helpers.cs#L282
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.
|
neo3-gui/neo3-gui/Services/ApiServices/WalletApiService.cs#L48
The variable 'e' is declared but never used
|
neo3-gui/neo3-gui/Services/ApiServices/WalletApiService.cs#L52
The variable 'e' is declared but never used
|
neo3-gui/neo3-gui/Services/ApiServices/WalletApiService.cs#L38
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.
|
neo3-gui/neo3-gui/Services/ApiServices/WalletApiService.cs#L65
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.
|
neo3-gui/neo3-gui/Program.cs#L19
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.
|
neo3-gui/neo3-gui/Program.cs#L15
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.
|
neo3-gui/neo3-gui/Common/Consoles/MainService.cs#L78
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.
|
neo3-gui/neo3-gui/Common/Consoles/MainService.cs#L129
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.
|
neo3-gui/neo3-gui/Services/ApiServices/WalletApiService.cs#L120
The variable 'e' is declared but never used
|
This job succeeded
Loading