Add support for IEnumerable<Either<TLeft, TRight>> ranged variable #21
Annotations
3 errors and 3 warnings
|
EasyMonads.Test/EitherTests/QueryTests/IEnumerableSelectTests.cs#L59
An expression of type 'Either<Unit, string>' is not allowed in a subsequent from clause in a query expression with source type 'Task<IEnumerable<Either<Unit, int>>>'. Type inference failed in the call to 'SelectMany'.
|
|
EasyMonads.Test/EitherTests/QueryTests/IEnumerableSelectTests.cs#L59
An expression of type 'Either<Unit, string>' is not allowed in a subsequent from clause in a query expression with source type 'Task<IEnumerable<Either<Unit, int>>>'. Type inference failed in the call to 'SelectMany'.
|
|
|
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
EasyMonads.Test/EitherTests/QueryTests/IEnumerableSelectTests.cs#L58
Operator 'from' cannot be used here due to precedence. Use parentheses to disambiguate.
|
|
EasyMonads.Test/EitherTests/QueryTests/IEnumerableSelectTests.cs#L58
Operator 'from' cannot be used here due to precedence. Use parentheses to disambiguate.
|
The logs for this run have expired and are no longer available.
Loading