Kilazur
Kilazur
This is intended behavior. By design, you're not supposed to access the value of a failed result.
If someone needs a simple workaround, return `Result.Ok(items)`.
Not working on IE 11 for me. SCRIPT445 on kalendae.standalone.js line 941.
We made multiple extension methods at my job to deal with failures. I can't legally share it, but you may want to add methods that take a predicate as a...