Skip to content

Update BTCPay Server #44

Update BTCPay Server

Update BTCPay Server #44

Triggered via push May 13, 2024 08:49
Status Failure
Total duration 6h 0m 28s
Billable time 6h 1m
Artifacts

desktop.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 20 warnings
build
The job running on runner GitHub Actions 15 has exceeded the maximum execution time of 360 minutes.
build: submodules/btcpayserver/BTCPayServer/App/BtcPayAppController.cs#L66
'ThemeSettings' does not contain a definition for 'CustomThemeFileId' and no accessible extension method 'CustomThemeFileId' accepting a first argument of type 'ThemeSettings' could be found (are you missing a using directive or an assembly reference?)
build: submodules/btcpayserver/BTCPayServer/App/BtcPayAppController.cs#L67
'ThemeSettings' does not contain a definition for 'CustomThemeFileId' and no accessible extension method 'CustomThemeFileId' accepting a first argument of type 'ThemeSettings' could be found (are you missing a using directive or an assembly reference?)
build: submodules/btcpayserver/BTCPayServer/App/BtcPayAppController.cs#L69
'ThemeSettings' does not contain a definition for 'LogoFileId' and no accessible extension method 'LogoFileId' accepting a first argument of type 'ThemeSettings' could be found (are you missing a using directive or an assembly reference?)
build: submodules/btcpayserver/BTCPayServer/App/BtcPayAppController.cs#L70
'ThemeSettings' does not contain a definition for 'LogoFileId' and no accessible extension method 'LogoFileId' accepting a first argument of type 'ThemeSettings' could be found (are you missing a using directive or an assembly reference?)
build
The operation was canceled.
build: submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L87
Non-nullable property 'IdentifiersAcknowledged' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L81
Non-nullable property 'Identifiers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L76
Non-nullable property 'BlockHeader' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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: submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L66
Non-nullable property 'Transaction' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L57
Non-nullable property 'Txs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L58
Non-nullable property 'Blocks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L59
Non-nullable property 'BlockHeghts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L47
Non-nullable property 'Identifier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: submodules/btcpayserver/BTCPayServer/App/BtcPayAppController.cs#L37
Parameter 'apiKeyRepository' is unread.
build: submodules/btcpayserver/BTCPayServer/App/BtcPayAppController.cs#L39
Parameter 'btcPayNetworkProvider' is unread.
build: submodules/btcpayserver/BTCPayServer/App/BtcPayAppController.cs#L40
Parameter 'explorerClientProvider' is unread.
build: submodules/btcpayserver/BTCPayServer/App/BtcPayAppController.cs#L45
Parameter 'handlers' is unread.
build: submodules/btcpayserver/BTCPayServer/App/BtcPayAppController.cs#L95
Possible null reference argument for parameter 'password' in 'Task<IdentityResult> UserManager<ApplicationUser>.CreateAsync(ApplicationUser user, string password)'.
build: submodules/btcpayserver/BTCPayServer/App/LN.cs#L163
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/LN.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/LN.cs#L203
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/LN.cs#L208
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/LN.cs#L213
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.