Send view updates #18
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/Migrations/20240726135741_triggers.cs#L9
The type name 'triggers' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build linux x64:
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 linux x64:
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 linux x64:
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 linux x64:
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 linux x64:
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 linux x64:
BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L45
Possible null reference argument for parameter 'walletConfig' in 'bool OnChainWalletManager.CanConfigureWallet(WalletConfig walletConfig)'.
|
Build linux x64:
BTCPayApp.Core/AppDatabaseMigrator.cs#L30
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.
|
Build linux x64:
BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L123
Unreachable code detected
|
Build linux x64:
BTCPayApp.Core/Auth/AuthStateProvider.cs#L112
Possible null reference argument for parameter 'values' in 'string string.Join<string>(char separator, IEnumerable<string> values)'.
|
Loading