Added build in support for qAR #213
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/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/CreateTokenPage.razor#L109
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/CreateTokenPage.razor#L96
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/Shared/Components/ActionQuantityComponent.razor#L96
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/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/Shared/Components/ActionInputComponent.razor#L168
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/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/Shared/AddWalletDialog.razor#L13
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/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/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/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/Services/CreateTokenService.cs#L9
Parameter 'transactionService' is unread.
|
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/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/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.
|