
Announcements
I googled the documentation, forums and still no support to F# or C# 8.0 (.NET Core).
When it comes to domain modelling with Sum types (aka Option types) and pattern patching, F# is much powerful than C#.
There are new exciting features in C# 8.0 but unfortunately C# 8.0 can only be written in .NET Core environment, which isn't supported with CDS.
Does anyone know how to use F# in CDS? My goal is write and register a plugin written in F#.
I would think it is possible to write a plugin in F#. The main requirement is that you use .Net Framework 4.6.2, which I think is supported with F#. The main step that I think you'll need is to use ILMerge to merge in the FSharp.Core.dll assembly
I can see a couple of potential blockers:
This article describes getting an F# plugin to work for CRM 2013, and the plugin infrastructure hasn't changed substantially since then.
There's no news on .Net Core support. To get this would need more changes from Microsoft in the overall plugin infrastructure