Enable AO sending #220
Annotations
21 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
src/aoWebWallet/Pages/AddressBook.razor#L111
'IDialogService.Show<TComponent>(string?, DialogParameters, DialogOptions?)' is obsolete: 'Use ShowAsync instead. This will be removed in future major version.'
|
build:
src/aoWebWallet/Pages/AddressBook.razor#L119
'IDialogService.Show<TComponent>(string?, DialogParameters, DialogOptions?)' is obsolete: 'Use ShowAsync instead. This will be removed in future major version.'
|
build:
src/aoWebWallet/Pages/AddressBook.razor#L114
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/Pages/MemeFrames.razor#L195
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#L101
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#L103
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#L105
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/Pages/WalletDetail.razor.cs#L34
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/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/Pages/TransactionDetail.razor.cs#L33
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/Pages/WalletDetail.razor.cs#L34
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/Pages/WalletDetail.razor.cs#L40
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/Pages/WalletDetail.razor.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.
|
build:
src/aoWebWallet/Pages/WalletDetail.razor.cs#L58
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#L101
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#L103
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#L105
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/Pages/Tokens.razor#L55
'IDialogService.Show<TComponent>(string?, DialogOptions)' is obsolete: 'Use ShowAsync instead. This will be removed in future major version.'
|