Skip to content

Add time selection to balance graph #342

Add time selection to balance graph

Add time selection to balance graph #342

Triggered via pull request November 7, 2024 09:40
Status Success
Total duration 2m 46s
Artifacts

desktop.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build: submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L74
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#L75
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#L76
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#L77
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#L83
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#L85
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#L86
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#L88
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#L93
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#L94
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#L179
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#L185
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#L190
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#L201
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/Exts.cs#L19
Possible null reference return.
build: submodules/btcpayserver/BTCPayServer/App/Exts.cs#L42
Possible null reference return.
build: submodules/btcpayserver/BTCPayServer/App/Exts.cs#L44
Possible null reference argument for parameter 'value' in 'long Extensions.Value<long>(IEnumerable<JToken> value)'.