Settings url reset, handler changes and AoBlazor update #194
Annotations
22 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/aoWebWallet/ViewModels/TokenDetailViewModel.cs#L41
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:
src/aoWebWallet/ViewModels/TokenDetailViewModel.cs#L43
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:
src/aoWebWallet/Services/CreateTokenService.cs#L9
Parameter 'transactionService' is unread.
|
build:
src/aoWebWallet/ViewModels/TransactionDetailViewModel.cs#L29
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:
src/aoWebWallet/ViewModels/TransactionDetailViewModel.cs#L32
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:
src/aoWebWallet/ViewModels/TransactionDetailViewModel.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.
|
build:
src/aoWebWallet/ViewModels/WalletDetailViewModel.cs#L98
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:
src/aoWebWallet/ViewModels/WalletDetailViewModel.cs#L100
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:
src/aoWebWallet/ViewModels/WalletDetailViewModel.cs#L102
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:
src/aoWebWallet/ViewModels/TransactionDetailViewModel.cs#L45
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:
src/aoWebWallet/Services/CreateTokenService.cs#L9
Parameter 'transactionService' is unread.
|
build:
src/aoWebWallet/Pages/TokenDetail.razor.cs#L27
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:
src/aoWebWallet/ViewModels/WalletDetailViewModel.cs#L98
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:
src/aoWebWallet/ViewModels/WalletDetailViewModel.cs#L100
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:
src/aoWebWallet/ViewModels/WalletDetailViewModel.cs#L102
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:
src/aoWebWallet/ViewModels/TransactionDetailViewModel.cs#L29
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:
src/aoWebWallet/ViewModels/TransactionDetailViewModel.cs#L32
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:
src/aoWebWallet/ViewModels/TransactionDetailViewModel.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.
|
build:
src/aoWebWallet/ViewModels/TokenDetailViewModel.cs#L41
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:
src/aoWebWallet/ViewModels/TokenDetailViewModel.cs#L43
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.
|