Annotations
17 warnings
Build:
submodules/btcpayserver/BTCPayApp.CommonServer/SignupResult.cs#L5
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
submodules/btcpayserver/BTCPayApp.CommonServer/SignupRequest.cs#L8
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
submodules/btcpayserver/BTCPayApp.CommonServer/SignupRequest.cs#L11
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
submodules/btcpayserver/BTCPayApp.CommonServer/PairSuccessResult.cs#L5
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
submodules/btcpayserver/BTCPayApp.CommonServer/PairSuccessResult.cs#L7
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
submodules/btcpayserver/BTCPayApp.CommonServer/PairSuccessResult.cs#L11
Non-nullable property 'Network' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppServerClient.cs#L21
Non-nullable property 'DerivationScheme' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
submodules/btcpayserver/BTCPayApp.CommonServer/AppUserInfo.cs#L15
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
submodules/btcpayserver/BTCPayApp.CommonServer/AppUserInfo.cs#L16
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
submodules/btcpayserver/BTCPayApp.CommonServer/AppUserInfo.cs#L17
Non-nullable property 'RoleId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Start BTCPay:
submodules/btcpayserver/BTCPayServer/App/BtcPayAppService.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Start BTCPay:
submodules/btcpayserver/BTCPayServer/App/BtcPayAppController.cs#L204
Possible null reference assignment.
|
Start BTCPay:
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.
|
Start BTCPay:
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.
|
Start BTCPay:
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.
|
Start BTCPay:
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.
|
Start BTCPay:
submodules/btcpayserver/BTCPayServer/App/BtcPayAppService.cs#L29
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading