Translating library usage from C# to F# is pretty mechanical so not sure if specific docs are needed.
The larger issue is the C# community loves OOP so you often have to wrap these libraries into something more “FP” if that’s how you want to work.
Overall it’s far better than having nothing (looking at Haskell, OCaml as much as I enjoy them!)
[dead]