Release Mac Arm #1
Annotations
10 warnings
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/Services/ApiServices/WalletApiService.cs#L120
The variable 'e' is declared but never used
|
neo3-gui/neo3-gui/Services/ApiServices/WalletApiService.cs#L80
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#L131
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#L152
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#L175
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#L219
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.
|
This job succeeded
Loading