Release #4
release.yml
on: workflow_dispatch
Release/windows
4m 35s
Annotations
11 warnings
Release/windows
No files were found with the provided path: release-win. No artifacts will be uploaded.
|
Release/windows:
neo3-gui/neo3-gui/Services/ApiServices/BlockApiService.cs#L20
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.
|
Release/windows:
neo3-gui/neo3-gui/Services/ApiServices/WalletApiService.cs#L48
The variable 'e' is declared but never used
|
Release/windows:
neo3-gui/neo3-gui/Services/ApiServices/WalletApiService.cs#L52
The variable 'e' is declared but never used
|
Release/windows:
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.
|
Release/windows:
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.
|
Release/windows:
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.
|
Release/windows:
neo3-gui/neo3-gui/Services/ApiServices/BlockApiService.cs#L35
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.
|
Release/windows:
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.
|
Release/windows:
neo3-gui/neo3-gui/Services/ApiServices/ContractApiService.cs#L26
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.
|
Release/windows:
neo3-gui/neo3-gui/Services/ApiServices/TransactionApiService.cs#L27
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.
|