FSharp.Core.Fluent icon indicating copy to clipboard operation
FSharp.Core.Fluent copied to clipboard

Fluent members for F# FSharp.Core functions

Results 7 FSharp.Core.Fluent issues
Sort by recently updated
recently updated
newest added

fsdocs being stuck at 3.1 forces any user to build against the 3.1 SDK. cc @dsyme

enhancement

Some functions have been added to Fsharp.Core on recent times We should check they have corresponding fluent versions here

enhancement
help wanted

This project is using the unadorned FSSF Logo for F#. It needs a new logo - suggestions welcome!

enhancement
help wanted

This is my work in progress. Please let me know if I'm on the right track. If I am, I'll add the missing functions to Array, Seq, etc. Thank you.

### Description The functions `map2`, `map3`, and `mapi2` are missing. There may be others--I'll look more carefully this weekend! Thank you.

### Description Please consider adding a completely generic `.pipe` method to simulate `|>`. For example: ```fsharp open FSharp.Core.Fluent open System.Runtime.CompilerServices [] type FluentExtensions = [] static member inline pipe(x, []f)...

This repo is very simple and doesn't need paket or fake