Null pointer exception when invalid metadata from btcpay #447
Annotations
10 warnings
Build and test:
src/Pages/ChannelRequests.razor#L401
Component 'CancelOrRejectPopup' expects a value for the parameter 'Reason', but a value may not have been provided.
|
Build and test:
src/Pages/Withdrawals.razor#L391
Component 'CancelOrRejectPopup' expects a value for the parameter 'Reason', but a value may not have been provided.
|
Build and test:
src/Shared/UTXOSelectorModal.razor#L105
Found markup element with unexpected name 'Feedback'. If this is intended to be a component, add a @using directive for its namespace.
|
Build and test:
src/Shared/UTXOSelectorModal.razor#L108
Found markup element with unexpected name 'Feedback'. If this is intended to be a component, add a @using directive for its namespace.
|
Build and test:
src/Migrations/20220623121702_initial.cs#L28
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build and test:
src/Migrations/20220623121702_initial.Designer.cs#L35
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build and test:
src/Data/Models/WalletWithdrawalRequest.cs#L192
Nullability of reference types in type of parameter 'value' of 'void WalletWithdrawalRequest.Wallet.set' doesn't match implicitly implemented member 'void IBitcoinRequest.Wallet.set' (possibly because of nullability attributes).
|
Build and test:
src/Data/Models/WalletWithdrawalRequestPSBT.cs#L27
Non-nullable property 'PSBT' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build and test:
src/Data/Models/WalletWithdrawalRequestPSBT.cs#L52
Non-nullable property 'WalletWithdrawalRequest' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build and test:
src/Helpers/ColumnHelpers.cs#L43
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading