Log connection error #74
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build linux x64:
BTCPayApp.Core/BTCPayServer/IBTCPayAppHubClient.cs#L122
Non-nullable property 'Script' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build linux x64:
BTCPayApp.Core/BTCPayServer/IBTCPayAppHubClient.cs#L123
Non-nullable property 'KeyPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build linux x64:
BTCPayApp.Core/Data/WalletDerivation.cs#L5
Non-nullable property 'Identifier' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build linux x64:
BTCPayApp.Core/Data/WalletDerivation.cs#L6
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 linux x64:
BTCPayApp.Core/Data/WalletConfig.cs#L50
Non-nullable property 'BlockHash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build linux x64:
BTCPayApp.Core/Data/WalletConfig.cs#L40
Non-nullable property 'Outpoint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build linux x64:
BTCPayApp.Core/Data/WalletConfig.cs#L31
Non-nullable property 'BlockSnapshot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build linux x64:
BTCPayApp.Core/Data/WalletConfig.cs#L32
Non-nullable property 'Coins' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build linux x64:
BTCPayApp.Core/Data/WalletConfig.cs#L21
Possible null reference return.
|
Build linux x64:
BTCPayApp.Core/DatabaseConfigProvider.cs#L134
Possible null reference assignment.
|
Loading