Skip to content

Automatic coin selection strategies #109

Automatic coin selection strategies

Automatic coin selection strategies #109

Triggered via pull request June 21, 2023 08:38
Status Success
Total duration 1m 39s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-test: src/Shared/UTXOSelectorModal.razor#L89
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#L92
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: 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
'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)'.