Chessie icon indicating copy to clipboard operation
Chessie copied to clipboard

Railway-oriented programming for .NET

Results 15 Chessie issues
Sort by recently updated
recently updated
newest added

https://www.nuget.org/api/v2/package/Chessie/0.6.0 File version is only applied to net40 assembly, see file properties.

I have a [gist](https://gist.github.com/AlbertoDePena/c91111a675d9c513cd09857efbd29aa7) that I include in most of my FSharp projects. I wanted to ask if the maintainer of this project is willing to expand the AsyncResult type...

Added a `Combine` method to the `AsyncTrialBilder` required for match-with and if-then-else expressions within the `asyncTrial` computation expression.

Hello, I have a weird issue on chessie when using paket.core ### Description Fsharp.Core MissingMethodException when using Paket.Core with latest version of Chessie ### Repro steps Install Paket.Core in a...

### Description mergeMessages appends messages for error but prepends them for success ### Expected behavior mergeMessages should be consistent; IMHO it should always append them, as this is merging messages...

I'm interested how to get an error list of combined validation failures. In ROP [example](https://fsharpforfunandprofit.com/posts/recipe-part2/) by Scott he is using `plus` or `&&&`. I assume in Chessie this is `apply`...

Because I think this is a better forum than twitter! @tpetricek do you mind explaining your opposition to using ROP based names? I'm not sure I'm seeing the issue yet,...

To compose results in a nice way, more operators would be useful. The one I always end up implementing is a flipped _map_/(): ``` // fromProcess returns a Result //...

Hi there, thanks for sharing this **wonderful library**. I've also appreciated C# extension methods, but I think (_personal opinion_) that some C# developer could prefer including `Result` directly at source...