You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi jindraivanek, thanks for looking into this.
It's interesting that the bug stems from FSharp.Compiler.Service. I use the Rider IDE, which is built on top of FSharp.Compiler.Service, and in newer versions has trouble highlighting files when I use this operator. I know nothing about the FSharp.Compiler.Service but this being a bug there would explain why this operator causes problems for both Fantomas and Rider.
I have found that the operator >>.~ is incorrectly changed to >> after formatting. The example below
results in the following:
This happens when using the online formatting tool and the version 2.8.0 Nuget package.
Thanks,
Chris
The text was updated successfully, but these errors were encountered: