Updated dependencies #203
Annotations
5 errors and 12 warnings
build:
src/aoWebWallet/Shared/Components/ActionInputComponent.razor#L92
Possible null reference argument for parameter 'text' in 'Task MudTextField<string>.SetText(string text)'.
|
build:
src/aoWebWallet/Shared/Components/ActionInputComponent.razor#L108
Possible null reference argument for parameter 'text' in 'Task MudTextField<int>.SetText(string text)'.
|
build:
src/aoWebWallet/Shared/Components/ActionInputComponent.razor#L92
Possible null reference argument for parameter 'text' in 'Task MudTextField<string>.SetText(string text)'.
|
build:
src/aoWebWallet/Shared/Components/ActionInputComponent.razor#L108
Possible null reference argument for parameter 'text' in 'Task MudTextField<int>.SetText(string text)'.
|
build
Process completed with exit code 1.
|
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/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#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#L39
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#L37
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#L57
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/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/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.
|