Skip to content

SP-692 C# Demo - Docker Compose #43

SP-692 C# Demo - Docker Compose

SP-692 C# Demo - Docker Compose #43

Triggered via pull request September 19, 2023 12:08
Status Failure
Total duration 1m 33s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: pull_request
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build-and-test (7.x)
Process completed with exit code 1.
build-and-test (7.x): csharp-bitpay-client/BitPay/Models/Payout/Payout.cs#L264
The result of the expression is always 'true' since a value of type 'bool' is never equal to 'null' of type 'bool?'
build-and-test (7.x): csharp-bitpay-client/BitPay/Models/Payout/Payout.cs#L264
The result of the expression is always 'true' since a value of type 'bool' is never equal to 'null' of type 'bool?'
build-and-test (7.x): csharp-bitpay-client/BitPay/Models/Payout/Payout.cs#L264
The result of the expression is always 'true' since a value of type 'bool' is never equal to 'null' of type 'bool?'
build-and-test (7.x): CsharpKioskDemoDotnet/Src/Invoice/Application/Features/Tasks/CreateInvoice/BitPayClient.cs#L18
'BitPayClient.CreateInvoice(Invoice)' hides inherited member 'Client.CreateInvoice(Invoice)'. Use the new keyword if hiding was intended.
build-and-test (7.x): CsharpKioskDemoDotnet/Src/Shared/Infrastructure/BitPayClientConfiguration.cs#L19
Possible null reference argument for parameter 'value' in 'PosToken.PosToken(string value)'.
build-and-test (7.x): CsharpKioskDemoDotnet/Src/Invoice/Application/Features/Tasks/CreateInvoice/CreateBitPayInvoice.cs#L50
Possible null reference argument for parameter 'currency' in 'Invoice.Invoice(decimal price, string currency)'.
build-and-test (7.x): CsharpKioskDemoDotnet/Src/Invoice/Application/Features/Tasks/CreateInvoice/InvoicePaymentCurrencyFactory.cs#L27
Possible null reference argument for parameter 'supportedTransactionCurrencies' in 'InvoicePaymentCurrencySupportedTransactionCurrency InvoicePaymentCurrencyFactory.GetSupportedTransactionCurrency(string currencyCode, SupportedTransactionCurrencies supportedTransactionCurrencies)'.
build-and-test (7.x): CsharpKioskDemoDotnet/Src/Invoice/Application/Features/Tasks/CreateInvoice/InvoicePaymentCurrencyFactory.cs#L29
Possible null reference argument for parameter 'minerFees' in 'InvoicePaymentCurrencyMinerFee InvoicePaymentCurrencyFactory.GetMinerFee(string currencyCode, MinerFees minerFees)'.