Integrate MoneroNet Csharp library #235
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?)
|