Skip to content

Integrate MoneroNet Csharp library #92

Integrate MoneroNet Csharp library

Integrate MoneroNet Csharp library #92

Triggered via pull request October 9, 2025 17:20
Status Failure
Total duration 1m 6s
Artifacts

dotnet-format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: BTCPayServer.Plugins.UnitTests/Monero/Payments/MoneroLikePaymentDataTests.cs#L17
Argument 2: cannot convert from 'ulong' to 'System.DateTime'
lint: BTCPayServer.Plugins.UnitTests/Monero/Payments/MoneroLikePaymentDataTests.cs#L17
Argument 1: cannot convert from 'int' to 'System.DateTime'
lint: BTCPayServer.Plugins.UnitTests/Monero/Payments/MoneroLikePaymentDataTests.cs#L16
Argument 2: cannot convert from 'uint?' to 'System.DateTime'
lint: BTCPayServer.Plugins.UnitTests/Monero/Payments/MoneroLikePaymentDataTests.cs#L16
Argument 1: cannot convert from 'int' to 'System.DateTime'
lint: BTCPayServer.Plugins.UnitTests/Monero/Payments/MoneroLikePaymentDataTests.cs#L15
Argument 2: cannot convert from 'uint?' to 'System.DateTime'
lint: BTCPayServer.Plugins.UnitTests/Monero/Payments/MoneroLikePaymentDataTests.cs#L15
Argument 1: cannot convert from 'int' to 'System.DateTime'
lint: Plugins/Monero/Payments/MoneroCheckoutModelExtension.cs#L46
Cannot implicitly convert type 'ulong' to 'long?'. An explicit conversion exists (are you missing a cast?)
lint: Plugins/Monero/Payments/MoneroLikePaymentMethodHandler.cs#L86
Argument 1: cannot convert from 'ulong?' to 'long'
lint: Plugins/Monero/Payments/MoneroLikePaymentMethodHandler.cs#L81
Cannot implicitly convert type 'long' to 'uint'. An explicit conversion exists (are you missing a cast?)
lint: Plugins/Monero/Services/MoneroListener.cs#L159
Argument 1: cannot convert from 'System.Collections.Generic.IEnumerable<uint?>' to 'System.Collections.Generic.IEnumerable<uint>'