Remove duplicate Lightning Address nav item #334
Annotations
20 warnings
build:
submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L73
Non-nullable property 'Identifier' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L74
Non-nullable property 'TxId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L75
Non-nullable property 'SpentScripts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L76
Non-nullable property 'ReceivedScripts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L82
Non-nullable property 'Identifier' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L84
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:
submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L85
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:
submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L87
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L92
Non-nullable property 'Txs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L93
Non-nullable property 'BlockHeaders' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
submodules/btcpayserver/BTCPayServer/App/API/ResultOverrideFilter.cs#L8
'ResultOverrideFilter.OnResultExecuted(ResultExecutedContext)' hides inherited member 'ResultFilterAttribute.OnResultExecuted(ResultExecutedContext)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build:
submodules/btcpayserver/BTCPayServer/App/API/ResultOverrideFilter.cs#L12
'ResultOverrideFilter.OnResultExecuting(ResultExecutingContext)' hides inherited member 'ResultFilterAttribute.OnResultExecuting(ResultExecutingContext)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build:
submodules/btcpayserver/BTCPayServer/App/BTCPayAppHub.cs#L61
Non-nullable property 'BestBlockHash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
submodules/btcpayserver/BTCPayServer/App/BTCPayAppLightningClient.cs#L101
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:
submodules/btcpayserver/BTCPayServer/App/BTCPayAppLightningClient.cs#L176
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:
submodules/btcpayserver/BTCPayServer/App/BTCPayAppLightningClient.cs#L182
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:
submodules/btcpayserver/BTCPayServer/App/BTCPayAppLightningClient.cs#L187
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:
submodules/btcpayserver/BTCPayServer/App/BTCPayAppLightningClient.cs#L198
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:
submodules/btcpayserver/BTCPayServer/App/BTCPayAppHub.cs#L258
Dereference of a possibly null reference.
|
build:
submodules/btcpayserver/BTCPayServer/App/BTCPayAppState.cs#L119
Non-nullable property 'ExplorerClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|