Skip to content

Wallet: Update settings page #115

Wallet: Update settings page

Wallet: Update settings page #115

Re-run triggered February 11, 2025 17:55
Status Failure
Total duration 6m 5s
Artifacts

build-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 20 warnings
test-desktop: BTCPayApp.UI/Pages/Wallet/SettingsPage.razor#L79
'Routes' does not contain a definition for 'WalletSeed'
test-desktop
Cannot convert lambda expression to intended delegate type because some of the return types in the block are not implicitly convertible to the delegate return type
test-desktop: BTCPayApp.UI/Pages/Wallet/SettingsPage.razor#L79
'Routes' does not contain a definition for 'WalletSeed'
test-desktop
Cannot convert lambda expression to intended delegate type because some of the return types in the block are not implicitly convertible to the delegate return type
test-desktop
Process completed with exit code 1.
build-android: BTCPayApp.UI/Pages/Wallet/SettingsPage.razor#L79
'Routes' does not contain a definition for 'WalletSeed'
build-android
Cannot convert lambda expression to intended delegate type because some of the return types in the block are not implicitly convertible to the delegate return type
build-android
Process completed with exit code 1.
test-desktop: BTCPayApp.Core/Auth/AuthStateProvider.cs#L228
The variable 'e' is declared but never used
test-desktop: 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.
test-desktop: 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.
test-desktop: BTCPayApp.Core/Helpers/EventHelpers.cs#L36
Possible null reference argument for parameter 'arg1' in 'Task Func<object, TArgs, Task>.Invoke(object arg1, TArgs arg2)'.
test-desktop: BTCPayApp.Core/LSP/JIT/VoltageFlow2Jit.cs#L40
Non-nullable field '_httpClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test-desktop: BTCPayApp.Core/LSP/JIT/VoltageFlow2Jit.cs#L40
Non-nullable field '_network' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test-desktop: BTCPayApp.Core/LSP/JIT/VoltageFlow2Jit.cs#L40
Non-nullable field '_node' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test-desktop: BTCPayApp.Core/LSP/JIT/VoltageFlow2Jit.cs#L40
Non-nullable field '_channelManager' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test-desktop: BTCPayApp.Core/LSP/JIT/VoltageFlow2Jit.cs#L40
Non-nullable field '_logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test-desktop: BTCPayApp.Core/LSP/JIT/VoltageFlow2Jit.cs#L40
Non-nullable field '_openChannelRequestEventHandler' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-android: BTCPayApp.Core/Auth/AuthStateProvider.cs#L228
The variable 'e' is declared but never used
build-android: 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-android: 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-android: BTCPayApp.Core/LDK/LDKAnnouncementBroadcaster.cs#L24
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/LDK/LDKAnnouncementBroadcaster.cs#L36
Possible null reference argument for parameter 'source' in 'IEnumerable<KeyValuePair<string, (Channel channel, ChannelDetails? channelDetails)>> Enumerable.Where<KeyValuePair<string, (Channel channel, ChannelDetails? channelDetails)>>(IEnumerable<KeyValuePair<string, (Channel channel, ChannelDetails? channelDetails)>> source, Func<KeyValuePair<string, (Channel channel, ChannelDetails? channelDetails)>, bool> predicate)'.
build-android: BTCPayApp.Core/LDK/LDKAnnouncementBroadcaster.cs#L58
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/LDK/LDKBackgroundProcessor.cs#L47
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/LDK/LDKChangeDestinationSource.cs#L13
Dereference of a possibly null reference.
build-android: BTCPayApp.Core/LDK/LDKChannelSync.cs#L86
Dereference of a possibly null reference.
build-android: BTCPayApp.Core/LDK/LDKChannelSync.cs#L89
Dereference of a possibly null reference.