List Question
20 TechQA 2023-09-13T13:09:54.117000How can I use LINQ query syntax with language-ext BindT monad transformer?
140 views
Asked by G. Startin
How to manage exceptions thrown from Result.Map delegate?
67 views
Asked by acmoune
How can I extract the Exception from a faulted Result?
266 views
Asked by acmoune
C# Error Handling with Language-ext using TryAsync and Bind methods
95 views
Asked by Omar
Is there a simpler way to do this pipeline with languageext?
295 views
Asked by RustyF
Language-ext: How to combine synchronous call with async calls?
83 views
Asked by Moerwald
How do I conditionally call code when using LanguageExt with query syntax?
97 views
Asked by Avrohom Yisroel
Using Bind in an asynchronous context
218 views
Asked by James B
Compiler error trying to work out what to put in an Either.Match lambda
51 views
Asked by Avrohom Yisroel
Is there a way of passing extra data to the Left lambda in Match without having to add it to every intermediate method?
60 views
Asked by Avrohom Yisroel
Why is my Either-returning method always returning Left, irrespective of what happened?
323 views
Asked by Avrohom Yisroel
Get Right value from LanguageExt c#
971 views
Asked by user122222
Unwrapping multiple TryAsync
174 views
Asked by Bercovici Adrian
How to use switch on the value with an Option?
75 views
Asked by DavidY
How do I extract the value from a LanguageExt Validation?
631 views
Asked by TortillaCurtain
LanguageExt functional Result for always-valid domain models
2k views
Asked by jkf
LanguageExt - Compiler error using method that returns Task<Either<string, T>> in a Linq query
298 views
Asked by Avrohom Yisroel
How do I bind a Task<List<Card>> to Either<> with Language-Ext
183 views
Asked by Avrohom Yisroel
How do I convert an Either<T1, Card> to Either<T2, Card> with LanguageExt?
82 views
Asked by Avrohom Yisroel