Log connection error #74
Annotations
10 warnings
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/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)'.
|
Build:
BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L468
Possible null reference argument for parameter 'hex' in 'Script Script.FromHex(string hex)'.
|
Build:
BTCPayApp.Core/Auth/AuthStateProvider.cs#L236
Possible null reference argument for parameter 'email' in 'Task<BTCPayAccount> AuthStateProvider.GetAccount(string serverUrl, string email)'.
|
Loading