Update submodule to use master #85
Annotations
3 errors and 10 warnings
Verify arm64 app bundle signing
Process completed with exit code 3.
|
Verify x64 app bundle signing
Process completed with exit code 3.
|
Create DMG for x64
Process completed with exit code 1.
|
Build mac 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 mac x64:
BTCPayApp.Core/DatabaseConfigProvider.cs#L134
Possible null reference assignment.
|
Build mac x64:
BTCPayApp.Core/JsonConverters/DateTimeToUnixTimeConverter.cs#L17
Possible null reference argument for parameter 's' in 'long long.Parse(string s)'.
|
Build mac 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 mac 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.
|
Build mac x64:
BTCPayApp.Core/Data/Setting.cs#L9
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build mac x64:
BTCPayApp.Core/Data/Channel.cs#L29
Non-nullable property 'Channel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build mac x64:
BTCPayApp.Core/Data/Channel.cs#L9
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build mac x64:
BTCPayApp.Core/Data/Channel.cs#L10
Non-nullable property 'Aliases' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build mac x64:
BTCPayApp.Core/LDK/LDKWatchedOutput.cs#L20
Non-nullable property 'Script' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading