peer ui stuff #40
Annotations
20 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:
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/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L49
Non-nullable property 'Script' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L50
Non-nullable property 'Outpoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppHubClient.cs#L52
Non-nullable property 'Path' 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#L66
Non-nullable property 'Transaction' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Start BTCPay:
submodules/btcpayserver/BTCPayServer/App/BtcPayAppController.cs#L37
Parameter 'apiKeyRepository' is unread.
|
Start BTCPay:
submodules/btcpayserver/BTCPayServer/App/BtcPayAppController.cs#L39
Parameter 'btcPayNetworkProvider' is unread.
|
Start BTCPay:
submodules/btcpayserver/BTCPayServer/App/BtcPayAppController.cs#L40
Parameter 'explorerClientProvider' is unread.
|
Start BTCPay:
submodules/btcpayserver/BTCPayServer/App/BtcPayAppController.cs#L45
Parameter 'handlers' is unread.
|
Start BTCPay:
submodules/btcpayserver/BTCPayServer/App/BTCPayAppState.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/BTCPayAppState.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/Exts.cs#L19
Possible null reference return.
|
Start BTCPay:
submodules/btcpayserver/BTCPayServer/App/BTCPayAppHub.cs#L53
Non-nullable property 'BestBlockHash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Start BTCPay:
submodules/btcpayserver/BTCPayServer/App/BtcPayAppController.cs#L95
Possible null reference argument for parameter 'password' in 'Task<IdentityResult> UserManager<ApplicationUser>.CreateAsync(ApplicationUser user, string password)'.
|
Start BTCPay:
submodules/btcpayserver/BTCPayServer/App/BTCPayAppState.cs#L130
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.
|
Loading