Skip to content

Fee selection added for channel requests operations #101

Fee selection added for channel requests operations

Fee selection added for channel requests operations #101

Triggered via pull request June 15, 2023 14:45
Status Success
Total duration 1m 21s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-and-test
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
build-and-test: src/Shared/UTXOSelectorModal.razor#L24
Found markup element with unexpected name 'Feedback'. If this is intended to be a component, add a @using directive for its namespace.
build-and-test: src/Pages/Users.razor#L129
The using directive for 'System.Security.Claims' appeared previously in this namespace
build-and-test: src/Pages/Users.razor#L130
The using directive for 'Blazorise.Extensions' appeared previously in this namespace
build-and-test: src/Pages/Users.razor#L131
The using directive for 'Humanizer' appeared previously in this namespace
build-and-test: src/Pages/Users.razor#L132
The using directive for 'Microsoft.AspNetCore.Identity' appeared previously in this namespace
build-and-test: src/Data/Models/WalletWithdrawalRequest.cs#L182
Nullability of reference types in type of parameter 'value' of 'void WalletWithdrawalRequest.Wallet.set' doesn't match implicitly implemented member 'void IBitcoinRequest.Wallet.set' (possibly because of nullability attributes).
build-and-test: src/Shared/MainLayout.razor#L48
Non-nullable property 'AuthenticationStateTask' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/Shared/MainLayout.razor#L50
Non-nullable field '_claimsPrincipal' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test: src/Areas/Identity/Pages/Account/SetupSuperadmin.cshtml.cs#L78
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-and-test: src/Areas/Identity/Pages/Account/ResendEmailConfirmation.cshtml.cs#L58
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.