Skip to content

Fingerprint lib related updates #27

Fingerprint lib related updates

Fingerprint lib related updates #27

Triggered via push May 2, 2024 09:07
Status Success
Total duration 3m 18s
Billable time 4m
Artifacts

desktop.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

17 warnings
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#L119
Possible null reference argument for parameter 'appDirectory' in 'string DesktopDataDirectoryProvider.GetDirectory(string appDirectory)'.
build: submodules/btcpayserver/BTCPayServer/App/BtcPayAppService.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: submodules/btcpayserver/BTCPayServer/App/BtcPayAppController.cs#L96
Possible null reference argument for parameter 'password' in 'Task<IdentityResult> UserManager<ApplicationUser>.CreateAsync(ApplicationUser user, string password)'.
build: submodules/btcpayserver/BTCPayServer/App/BTCPayAppHub.cs#L35
Non-nullable property 'ExplorerClient' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: submodules/btcpayserver/BTCPayServer/App/BTCPayAppHub.cs#L35
Non-nullable field '_derivationSchemeParser' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: submodules/btcpayserver/BTCPayServer/App/BTCPayAppHub.cs#L131
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/BtcPayAppService.cs#L18
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/BtcPayAppService.cs#L29
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.