test ios #24
Annotations
1 error and 21 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/Migrations/20240726135741_triggers.cs#L9
The type name 'triggers' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build:
BTCPayApp.Core/Migrations/20240726135741_triggers.Designer.cs#L15
The type name 'triggers' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build:
BTCPayApp.Core/Migrations/20240805085647_checkpoitnchannels.cs#L8
The type name 'checkpoitnchannels' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build:
BTCPayApp.Core/Migrations/20240805085647_checkpoitnchannels.Designer.cs#L15
The type name 'checkpoitnchannels' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build:
BTCPayApp.Core/Migrations/20240820073346_channelpimp.cs#L8
The type name 'channelpimp' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build:
BTCPayApp.Core/Migrations/20240820073346_channelpimp.Designer.cs#L15
The type name 'channelpimp' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build:
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:
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:
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:
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.
|
Start BTCPay:
submodules/btcpayserver/BTCPayServer/App/API/ResultOverrideFilter.cs#L8
'ResultOverrideFilter.OnResultExecuted(ResultExecutedContext)' hides inherited member 'ResultFilterAttribute.OnResultExecuted(ResultExecutedContext)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Start BTCPay:
submodules/btcpayserver/BTCPayServer/App/API/ResultOverrideFilter.cs#L12
'ResultOverrideFilter.OnResultExecuting(ResultExecutingContext)' hides inherited member 'ResultFilterAttribute.OnResultExecuting(ResultExecutingContext)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Start BTCPay:
submodules/btcpayserver/BTCPayServer/App/API/ProtobufInputFormatter.cs#L17
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Start BTCPay:
submodules/btcpayserver/BTCPayServer/App/BTCPayAppHub.cs#L181
Possible null reference argument for parameter 'hash' in 'Task<BlockHeader> BTCPayAppHub.GetBlockHeader(uint256 hash)'.
|
Start BTCPay:
submodules/btcpayserver/BTCPayServer/App/BTCPayAppState.cs#L271
Dereference of a possibly null reference.
|
Start BTCPay:
submodules/btcpayserver/BTCPayServer/App/BTCPayAppState.cs#L276
Dereference of a possibly null reference.
|
Start BTCPay:
submodules/btcpayserver/BTCPayServer/App/BTCPayAppState.cs#L343
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Start BTCPay:
submodules/btcpayserver/BTCPayServer/App/BTCPayAppState.cs#L353
Dereference of a possibly null reference.
|
Start BTCPay:
submodules/btcpayserver/BTCPayServer/App/BTCPayAppState.cs#L357
Dereference of a possibly null reference.
|
Start BTCPay:
submodules/btcpayserver/BTCPayServer/App/BTCPayAppState.cs#L381
Dereference of a possibly null reference.
|
Loading