fsprojects / FSharp.Control.TaskSeq

A computation expression and module for seamless working with IAsyncEnumerable<'T> as if it is just another sequence
MIT License
91 stars 7 forks source link

Update fantomas in `src` as well... yep, it is weird #210

Closed abelbraaksma closed 8 months ago

abelbraaksma commented 8 months ago

Fantomas needs to be present in two directories. Uhum. Yep, that's how it is. Otherwise, in Visual Studio, it won't work properly with the Format F# plugin.

They also should both have the same version, which is fixed here.

bartelink commented 8 months ago

Bet it'll work if you move the sln to top level (which is also more typical, no?)

abelbraaksma commented 8 months ago

Yeah, it is more typical, but also makes it harder to add projects using the IDE (but then again, adding projects is not something we do every day for the repo anyway). I might give it a try.