Skip to content

Update BTCPay Server #28

Update BTCPay Server

Update BTCPay Server #28

Triggered via push May 2, 2024 10:28
Status Success
Total duration 15m 11s
Billable time 15m
Artifacts

maui.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: submodules/btcpayserver/BTCPayApp.CommonServer/AppInstanceInfo.cs#L5
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: submodules/btcpayserver/BTCPayApp.CommonServer/AppInstanceInfo.cs#L6
Non-nullable property 'ServerName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BTCPayApp.Core/LightningNodeManager.cs#L69
The variable 'e' is declared but never used
build: BTCPayApp.Core/LightningNodeManager.cs#L56
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/BTCPayConnection.cs#L116
Dereference of a possibly null reference.
build: BTCPayApp.Core/BTCPayConnection.cs#L141
Dereference of a possibly null reference.
build: BTCPayApp.Core/BTCPayConnection.cs#L140
Argument of type 'KeyValuePair<string?, string?>' cannot be used for parameter 'item' of type 'KeyValuePair<string, string>' in 'void ICollection<KeyValuePair<string, string>>.Add(KeyValuePair<string, string> item)' due to differences in the nullability of reference types.
build: BTCPayApp.Core/BTCPayConnection.cs#L145
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
build: BTCPayApp.Core/BTCPayConnection.cs#L146
Dereference of a possibly null reference.
build: BTCPayApp.UI/Pages/ChangePasscodePage.razor#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.