Log connection error #74
Annotations
1 error and 11 warnings
Run tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L143
Dereference of a possibly null reference.
|
Build:
BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L233
Nullability of reference types in value of type 'Dictionary<string, DerivationItem>' doesn't match target type 'Dictionary<string, DerivationItem?>'.
|
Build:
BTCPayApp.Core/Auth/AuthStateProvider.cs#L236
Possible null reference argument for parameter 'email' in 'Task<BTCPayAccount> AuthStateProvider.GetAccount(string serverUrl, string email)'.
|
Build:
BTCPayApp.Core/Auth/AuthStateProvider.cs#L316
Dereference of a possibly null reference.
|
Build:
BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L384
Dereference of a possibly null reference.
|
Build:
BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L385
Dereference of a possibly null reference.
|
Build:
BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L390
Dereference of a possibly null reference.
|
Build:
BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L396
Possible null reference argument for parameter 'str' in 'OutPoint OutPoint.Parse(string str)'.
|
Build:
BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L453
Possible null reference argument for parameter 'descriptor' in '(BitcoinExtPubKey, RootedKeyPath, ScriptPubKeyType)? ChannelExtensions.ExtractFromDescriptor(string descriptor, Network network)'.
|
Build:
BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L467
Possible null reference argument for parameter 'str' in 'OutPoint OutPoint.Parse(string str)'.
|
Loading