njlr

Results 255 comments of njlr

It is. It looks like the `netstandard2.1` version only needs `FSharp.Core` `>= 6.0.4`. I wonder why the `net9.0` versions needs `FSharp.Core` `>= 9.0.300`? .NET 8 is the current LTS, so...

> [@njlr](https://github.com/njlr) do you want Server, Client or both to support .NET 6? Ideally both. > .NET 8 is the current LTS, so perhaps a mistake by FsToolkit.ErrorHandling? Explained here:...

> Duplicate of [#373](https://github.com/fsharp/fslang-suggestions/issues/373) > > This probably falls under "already decided", during F# 1.0, so would put `probably not` for now, happy to discuss [@T-Gro](https://github.com/T-Gro). Hmm I did search...

> Putting that aside - seeing the pseudocode samples written here, I immediately spotted similarity with the F# Free Monad recipe - https://blog.ploeh.dk/2017/08/07/f-free-monad-recipe/ . Especially when used with a computation...

> everything on the border will either always be "effectful"/impure or we're risking missing something This kind of "border" code, which is so common in F#, is my main motivation...