More account refactoring #95
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/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 linux x64:
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 linux x64:
BTCPayApp.Core/Helpers/EventHelpers.cs#L36
Possible null reference argument for parameter 'arg1' in 'Task Func<object, TArgs, Task>.Invoke(object arg1, TArgs arg2)'.
|
Build linux x64:
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 linux x64:
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 linux x64:
BTCPayApp.Core/LDK/LDKChangeDestinationSource.cs#L13
Dereference of a possibly null reference.
|
Build linux x64:
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 linux x64:
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 linux x64:
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.
|
Build linux x64:
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.
|
Loading