Skip to content

Integrate MoneroNet Csharp library #235

Integrate MoneroNet Csharp library

Integrate MoneroNet Csharp library #235

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

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: Plugins/Monero/Services/MoneroListener.cs#L159
Argument 1: cannot convert from 'System.Collections.Generic.IEnumerable<uint?>' to 'System.Collections.Generic.IEnumerable<uint>'
build: Plugins/Monero/Payments/MoneroLikePaymentMethodHandler.cs#L86
Argument 1: cannot convert from 'ulong?' to 'long'
build: Plugins/Monero/Payments/MoneroLikePaymentMethodHandler.cs#L81
Cannot implicitly convert type 'long' to 'uint'. An explicit conversion exists (are you missing a cast?)
build: Plugins/Monero/Payments/MoneroCheckoutModelExtension.cs#L46
Cannot implicitly convert type 'ulong' to 'long?'. An explicit conversion exists (are you missing a cast?)
build: Plugins/Monero/Services/MoneroListener.cs#L392
An expression of type 'long?' cannot be handled by a pattern of type 'ulong'.
build: Plugins/Monero/Services/MoneroListener.cs#L262
The call is ambiguous between the following methods or properties: 'Enumerable.Sum<TSource>(IEnumerable<TSource>, Func<TSource, decimal>)' and 'Enumerable.Sum<TSource>(IEnumerable<TSource>, Func<TSource, float>)'
build: Plugins/Monero/Services/MoneroListener.cs#L159
Argument 1: cannot convert from 'System.Collections.Generic.IEnumerable<uint?>' to 'System.Collections.Generic.IEnumerable<uint>'
build: Plugins/Monero/Payments/MoneroLikePaymentMethodHandler.cs#L86
Argument 1: cannot convert from 'ulong?' to 'long'
build: Plugins/Monero/Payments/MoneroLikePaymentMethodHandler.cs#L81
Cannot implicitly convert type 'long' to 'uint'. An explicit conversion exists (are you missing a cast?)
build: Plugins/Monero/Payments/MoneroCheckoutModelExtension.cs#L46
Cannot implicitly convert type 'ulong' to 'long?'. An explicit conversion exists (are you missing a cast?)