Fix build warnings #84
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/Wallet/OnChainWalletManager.cs#L143
Possible null reference argument for parameter 'source' in 'bool Enumerable.Contains<string?>(IEnumerable<string?> source, string? value)'.
|
Build linux x64:
BTCPayApp.Core/Wallet/LightningNodeService.cs#L174
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/LightningNodeService.cs#L184
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#L66
Possible null reference return.
|
Build linux x64:
BTCPayApp.Core/LSP/JIT/VoltageFlow2Jit.cs#L84
Possible null reference return.
|
Build linux x64:
BTCPayApp.Core/LSP/JIT/VoltageFlow2Jit.cs#L175
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#L236
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#L236
Non-nullable field '_network' 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#L236
Non-nullable field '_node' 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#L236
Non-nullable field '_channelManager' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading