Skip to content

Android: Allow clearnet connections with DEBUG flag #25

Android: Allow clearnet connections with DEBUG flag

Android: Allow clearnet connections with DEBUG flag #25

Triggered via push April 30, 2024 15:11
Status Success
Total duration 16m 40s
Billable time 17m
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.Desktop/StartupExtensions.cs#L92
Possible null reference argument for parameter 'appDirectory' in 'string DesktopDataDirectoryProvider.GetDirectory(string appDirectory)'.