Skip to content

Send page improvements #12

Send page improvements

Send page improvements #12

Triggered via push December 2, 2024 18:27
Status Failure
Total duration 8m 13s
Artifacts 4

build-test.yml

on: push
test-desktop
2m 0s
test-desktop
build-desktop-win
3m 36s
build-desktop-win
build-desktop-linux
47s
build-desktop-linux
build-desktop-mac
1m 8s
build-desktop-mac
build-android
7m 57s
build-android
Fit to window
Zoom out
Zoom in

Annotations

1 error and 62 warnings
test-desktop
Process completed with exit code 1.
build-desktop-linux
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-desktop-linux: 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-desktop-linux: 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-desktop-linux: 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-desktop-linux: 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-desktop-linux: 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-desktop-linux: 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-desktop-linux: BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L535
Cannot convert null literal to non-nullable reference type.
build-desktop-linux: BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L42
Possible null reference argument for parameter 'walletConfig' in 'bool OnChainWalletManager.CanConfigureWallet(WalletConfig walletConfig)'.
build-desktop-linux: 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-desktop-mac: BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L535
Cannot convert null literal to non-nullable reference type.
build-desktop-mac: 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-desktop-mac: 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-desktop-mac: 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-desktop-mac: 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-desktop-mac: 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-desktop-mac: 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-desktop-mac: BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L42
Possible null reference argument for parameter 'walletConfig' in 'bool OnChainWalletManager.CanConfigureWallet(WalletConfig walletConfig)'.
build-desktop-mac: BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L174
Possible null reference argument for parameter 'network' in 'string ExtPubKey.ToString(Network network)'.
test-desktop
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-desktop: 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.
test-desktop: 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.
test-desktop: 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.
test-desktop: 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.
test-desktop: 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.
test-desktop: 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.
test-desktop: BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L535
Cannot convert null literal to non-nullable reference type.
test-desktop: BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L42
Possible null reference argument for parameter 'walletConfig' in 'bool OnChainWalletManager.CanConfigureWallet(WalletConfig walletConfig)'.
test-desktop: 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.
test-desktop: BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L120
Unreachable code detected
test-desktop: 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.
test-desktop: 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.
test-desktop: 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.
test-desktop: submodules/btcpayserver/BTCPayServer/App/BTCPayAppHub.cs#L181
Possible null reference argument for parameter 'hash' in 'Task<BlockHeader> BTCPayAppHub.GetBlockHeader(uint256 hash)'.
test-desktop: submodules/btcpayserver/BTCPayServer/App/BTCPayAppHub.cs#L256
Dereference of a possibly null reference.
test-desktop: submodules/btcpayserver/BTCPayServer/App/BTCPayAppHub.cs#L265
Dereference of a possibly null reference.
test-desktop: submodules/btcpayserver/BTCPayServer/App/BTCPayAppHub.cs#L266
Dereference of a possibly null reference.
test-desktop: submodules/btcpayserver/BTCPayServer/App/BTCPayAppState.cs#L271
Dereference of a possibly null reference.
test-desktop: submodules/btcpayserver/BTCPayServer/App/BTCPayAppState.cs#L276
Dereference of a possibly null reference.
test-desktop: 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.
build-desktop-win: 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-desktop-win: 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-desktop-win: 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-desktop-win: 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-desktop-win: 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-desktop-win: 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-desktop-win: BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L535
Cannot convert null literal to non-nullable reference type.
build-desktop-win: BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L42
Possible null reference argument for parameter 'walletConfig' in 'bool OnChainWalletManager.CanConfigureWallet(WalletConfig walletConfig)'.
build-desktop-win: BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L174
Possible null reference argument for parameter 'network' in 'string ExtPubKey.ToString(Network network)'.
build-android: 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-android: 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-android: 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-android: 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-android: 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-android: 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-android: BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L535
Cannot convert null literal to non-nullable reference type.
build-android: 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-android: BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L42
Possible null reference argument for parameter 'walletConfig' in 'bool OnChainWalletManager.CanConfigureWallet(WalletConfig walletConfig)'.
build-android: BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L120
Unreachable code detected

Artifacts

Produced during runtime
Name Size
android build
52.9 MB
linux build
77.7 MB
mac build
83.3 MB
windows build
117 MB