Search code examples
Language-Ext- How do i get just the error message from an Error Type from Validation<Error,T>...


c#error-handlingfunctional-programminglanguage-extlanguage-extension

Read More
LanguageExt - How do I avoid a double await when the Match lambda is async?...


c#functional-programminglanguage-ext

Read More
LanguageExt - Error trying to Match on a method that returns TryAsync<Unit>...


c#language-ext

Read More
LanguageExt.Core Result<T> usage...


c#language-ext

Read More
How to manage exceptions thrown from Result.Map delegate?...


c#language-ext

Read More
How can I use LINQ query syntax with language-ext BindT monad transformer?...


c#linqmonad-transformerslanguage-ext

Read More
How can I extract the Exception from a faulted Result?...


c#language-ext

Read More
How do I await code inside a method that returns an EitherAsync<T1, T2> in LanguageExt?...


c#async-awaitfunctional-programminglanguage-ext

Read More
Is there a simpler way to do this pipeline with languageext?...


c#functional-programmingpipelineeitherlanguage-ext

Read More
Language-ext: How to combine synchronous call with async calls?...


c#language-ext

Read More
LanguageExt - "Only assignment, call, increment, decrement, await, and new object expressions c...


c#language-ext

Read More
How do I conditionally call code when using LanguageExt with query syntax?...


c#language-ext

Read More
Using Bind in an asynchronous context...


c#functional-programminglanguage-ext

Read More
Compiler error trying to work out what to put in an Either.Match lambda...


c#functional-programminglanguage-ext

Read More
language-ext Task of Either with multiple from clauses...


language-ext

Read More
Why is my Either-returning method always returning Left, irrespective of what happened?...


c#functional-programminglanguage-ext

Read More
LanguageExt functional Result for always-valid domain models...


c#functional-programminglanguage-ext

Read More
LanguageExt - Compiler error using method that returns Task<Either<string, T>> in a Linq...


c#functional-programminglanguage-ext

Read More
How do I bind a Task<List<Card>> to Either<> with Language-Ext...


c#functional-programminglanguage-ext

Read More
How do I convert an Either<T1, Card> to Either<T2, Card> with LanguageExt?...


c#functional-programminglanguage-ext

Read More
How do I return a non-Error type for Left with LanguageExt EitherAsync?...


c#functional-programminglanguage-ext

Read More
How do I bind an async method that returns an Either to an async method that accepts an Option in La...


c#functional-programminglanguage-ext

Read More
How do I bind a method that returns an `Either` to a method that accepts an `Option` in Language-Ext...


c#functional-programminglanguage-ext

Read More
How to simplify error propagation in C# with Language-Ext, similar to Rust's ? operator?...


c#error-handlingfunctional-programmingrefactoringlanguage-ext

Read More
How do I get an Option<T> from an Entity Framework Core database call?...


c#functional-programminglanguage-ext

Read More
How do I bind together multiple monads?...


c#functional-programmingmonadslanguage-ext

Read More
LanguageExt: How do I do the equivalent of Option<T>.Match with a [Union]?...


c#functional-programminglanguage-ext

Read More
In C#, how can I consume an instance of `TryAsync`?...


c#language-ext

Read More
Language-ext Aggregate exceptions/failures when Try<IEnumerable<Try<...>>>...


c#functional-programminglanguage-ext

Read More
Language-Ext Unions - Target runtime doesn't support default interface implementation...


language-ext

Read More
BackNext