Fix build warnings #80
Annotations
10 warnings
Build win x64:
BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L143
Possible null reference argument for parameter 'source' in 'bool Enumerable.Contains<string?>(IEnumerable<string?> source, string? value)'.
|
Build win x64:
BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L150
Nullability of reference types in value of type 'Dictionary<string, DerivationItem>' doesn't match target type 'Dictionary<string, DerivationItem?>'.
|
Build win x64:
BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L231
Nullability of reference types in value of type 'Dictionary<string, DerivationItem>' doesn't match target type 'Dictionary<string, DerivationItem?>'.
|
Build win x64:
BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L270
Nullability of reference types in value of type 'Dictionary<string, DerivationItem>' doesn't match target type 'Dictionary<string, DerivationItem?>'.
|
Build win x64:
BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L340
Possible null reference argument for parameter 'source' in 'bool Enumerable.Contains<string?>(IEnumerable<string?> source, string? value)'.
|
Build win x64:
BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L477
Possible null reference argument for parameter 'str' in 'OutPoint OutPoint.Parse(string str)'.
|
Build win x64:
BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L478
Possible null reference argument for parameter 'hex' in 'Script Script.FromHex(string hex)'.
|
Build win x64:
BTCPayApp.Core/DatabaseConfigProvider.cs#L134
Possible null reference assignment.
|
Build win x64:
BTCPayApp.Core/Data/TriggerRecord.cs#L5
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build win x64:
BTCPayApp.Core/Data/TriggerRecord.cs#L6
Non-nullable property 'sql' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading