rem peer #41
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/AppUserInfo.cs#L9
Non-nullable property 'PaymentHash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
submodules/btcpayserver/BTCPayApp.CommonServer/AppUserInfo.cs#L19
Non-nullable property 'PaymentRequests' 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#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#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#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#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/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.
|
build:
submodules/btcpayserver/BTCPayServer/App/LN.cs#L223
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#L228
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#L233
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#L238
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#L243
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.
|