Skip to content

Readme overhaul

Readme overhaul #146

Triggered via pull request July 7, 2023 10:57
Status Success
Total duration 1m 17s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: pull_request
build-and-test
1m 9s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-test: src/Shared/UTXOSelectorModal.razor#L104
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#L107
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#L182
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/Helpers/Constants.cs#L111
Possible null reference assignment.
build-and-test: src/Helpers/Constants.cs#L138
Possible null reference assignment.
build-and-test: src/Helpers/Constants.cs#L185
Possible null reference assignment.
build-and-test: src/Helpers/Constants.cs#L96
Non-nullable field 'NBXPLORER_URI' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test: src/Helpers/Constants.cs#L96
Non-nullable field 'PUSH_NOTIFICATIONS_ONESIGNAL_APP_ID' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test: src/Helpers/Constants.cs#L96
Non-nullable field 'BITCOIN_NETWORK' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test: src/Areas/Identity/Pages/Account/SetupSuperadmin.cshtml.cs#L78
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.