Skip to content

Move User Selector from Home tab to Settings tab #34

Move User Selector from Home tab to Settings tab

Move User Selector from Home tab to Settings tab #34

Triggered via push December 14, 2024 13:36
Status Failure
Total duration 6m 21s
Artifacts 3

build-test.yml

on: push
test-desktop
1m 5s
test-desktop
build-desktop-win
3m 26s
build-desktop-win
build-desktop-linux
55s
build-desktop-linux
build-desktop-mac
51s
build-desktop-mac
build-android
6m 9s
build-android
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 54 warnings
build-desktop-mac
Process completed with exit code 1.
test-desktop
Process completed with exit code 1.
build-desktop-mac
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-desktop-mac
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
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#L45
Possible null reference argument for parameter 'walletConfig' in 'bool OnChainWalletManager.CanConfigureWallet(WalletConfig walletConfig)'.
build-desktop-mac: BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L354
Dereference of a possibly null reference.
build-desktop-mac: BTCPayApp.Core/Wallet/OnChainWalletManager.cs#L355
Dereference of a possibly null reference.
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#L45
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-linux: BTCPayApp.Core/Auth/AuthStateProvider.cs#L112
Possible null reference argument for parameter 'values' in 'string string.Join<string>(char separator, IEnumerable<string> values)'.
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/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/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/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.
test-desktop: 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.
test-desktop: 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.
test-desktop: 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-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#L45
Possible null reference argument for parameter 'walletConfig' in 'bool OnChainWalletManager.CanConfigureWallet(WalletConfig walletConfig)'.
build-desktop-win: BTCPayApp.Core/Auth/AuthStateProvider.cs#L112
Possible null reference argument for parameter 'values' in 'string string.Join<string>(char separator, IEnumerable<string> values)'.
build-desktop-win: BTCPayApp.Core/Auth/AuthStateProvider.cs#L241
Possible null reference argument for parameter 'email' in 'Task<BTCPayAccount> AuthStateProvider.GetAccount(string serverUrl, string email)'.
build-desktop-win: BTCPayApp.Core/Auth/AuthStateProvider.cs#L321
Dereference of a possibly null reference.
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#L45
Possible null reference argument for parameter 'walletConfig' in 'bool OnChainWalletManager.CanConfigureWallet(WalletConfig walletConfig)'.
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#L124
Unreachable code detected
build-android: BTCPayApp.Core/Auth/AuthStateProvider.cs#L112
Possible null reference argument for parameter 'values' in 'string string.Join<string>(char separator, IEnumerable<string> values)'.

Artifacts

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