MAUI updates #98
Annotations
10 warnings
Build:
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:
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:
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:
BTCPayApp.Core/LDK/LDKWatchedOutput.cs#L20
Non-nullable property 'Script' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
BTCPayApp.Core/LDK/LDKSpendableOutputEventHandler.cs#L14
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:
BTCPayApp.Core/LDK/LDKSignerProvider.cs#L50
Dereference of a possibly null reference.
|
Build:
BTCPayApp.Core/LDK/LDKRapidGossipSyncer.cs#L31
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:
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:
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.
|
Build:
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.
|
Loading