Skip to content

Added threshold to api #365

Added threshold to api

Added threshold to api #365

Triggered via pull request October 17, 2023 16:26
Status Success
Total duration 1m 27s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-test: src/Pages/ChannelRequests.razor#L393
Component 'CancelOrRejectPopup' expects a value for the parameter 'Reason', but a value may not have been provided.
build-and-test: src/Pages/Withdrawals.razor#L386
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/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/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/Shared/MainLayout.razor#L48
Non-nullable property 'AuthenticationStateTask' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/Shared/MainLayout.razor#L50
Non-nullable field '_claimsPrincipal' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test: src/Helpers/Constants.cs#L119
Possible null reference assignment.