|
|
|
|
|
by madarcho
2058 days ago
|
|
We use Rider (enterprise license) to develop our F# services. Over the past year, the experience kept improving, small tweaks kept coming, and bugs were sorted out.
At the moment, some of our larger shared type definition files are a slow to edit (seems Rider/.net is trying like crazy to look over all the symbols before I've even finished typing), but overall, I had a very good experience with it. Not aware of any linters out there. Rider might have built in rules to enforce it, but that wouldn't hook into your CI/CD. |
|
Although there are some aspects to performance that are Rider-specific, it uses the same underlying compiler to deliver tooling. So some issues might be solvable at a more core layer.
Disclaimer: I work on F# at Microsoft