Skip to content

Merge pull request #21 from mwarzybok-sumoheavy/feature/SP-692 #44

Merge pull request #21 from mwarzybok-sumoheavy/feature/SP-692

Merge pull request #21 from mwarzybok-sumoheavy/feature/SP-692 #44

Triggered via push September 29, 2023 16:36
Status Success
Total duration 1m 35s
Artifacts

build.yml

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

Annotations

10 warnings
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): 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/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)'.
build-and-test (7.x): CsharpKioskDemoDotnet/Src/Invoice/Application/Features/Tasks/CreateInvoice/InvoiceFactory.cs#L53
Possible null reference argument for parameter 'buyerProvidedInfo' in 'InvoiceBuyer InvoiceBuyerFactory.Create(Invoice bitPayInvoice, InvoiceBuyerProvidedInfo buyerProvidedInfo)'.
build-and-test (7.x): CsharpKioskDemoDotnet/Src/Invoice/Application/Features/Tasks/CreateInvoice/InvoiceFactory.cs#L45
Possible null reference argument for parameter 'posData' in 'Invoice.Invoice(string uuid, string posData, decimal price, string currencyCode, string bitPayId, string status, DateTime createdDate, string transactionSpeed, InvoicePayment invoicePayment, InvoiceBuyer invoiceBuyer, InvoiceRefund invoiceRefund)'.
build-and-test (7.x): CsharpKioskDemoDotnet/Src/Invoice/Application/Features/Tasks/CreateInvoice/InvoiceFactory.cs#L48
Possible null reference argument for parameter 'bitPayId' in 'Invoice.Invoice(string uuid, string posData, decimal price, string currencyCode, string bitPayId, string status, DateTime createdDate, string transactionSpeed, InvoicePayment invoicePayment, InvoiceBuyer invoiceBuyer, InvoiceRefund invoiceRefund)'.