Skip to content

Show user channel opening failure reason #134

Show user channel opening failure reason

Show user channel opening failure reason #134

Triggered via pull request July 4, 2023 16:18
Status Failure
Total duration 1m 39s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build-and-test
Process completed with exit code 1.
build-and-test: src/Shared/UTXOSelectorModal.razor#L104
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/Shared/UTXOSelectorModal.razor#L107
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/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
'MessageAlert' is obsolete: 'MessageAlert is deprecated, please use MessageProvider instead.'
build-and-test: src/Services/RemoteSignerService.cs#L118
Dereference of a possibly null reference.
build-and-test: src/Services/RemoteSignerService.cs#L118
Possible null reference argument for parameter 'hexOrBase64' in 'bool PSBT.TryParse(string hexOrBase64, Network network, out PSBT psbt)'.
build-and-test: src/Services/NotificationService.cs#L41
Possible null reference assignment.
build-and-test: src/Services/NotificationService.cs#L36
Non-nullable field '_notificationReturnUrl' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test: src/Rpc/NodeGuardService.cs#L124
Possible null reference argument for parameter 'strategy' in 'Task<KeyPathInformation?> INBXplorerService.GetUnusedAsync(DerivationStrategyBase strategy, DerivationFeature feature, int skip = 0, bool reserve = false, CancellationToken cancellation = default(CancellationToken))'.
build-and-test: src/Rpc/NodeGuardService.cs#L190
Possible null reference argument for parameter 'walletWithdrawalRequest' in 'Task<PSBT> IBitcoinService.GenerateTemplatePSBT(WalletWithdrawalRequest walletWithdrawalRequest)'.