fsharp.compiler.service
Update FSharp.Compiler.Service used by LINQPad so that string interpolation in F# starts to work. Current version used is 22.0.3.0, which is rather old.
LINQPad 6.14.9 now uses the latest FSharp.Compiler.Service.
-
Kylix69 commented
Hi Joe,
Just tested this. Works as it should.
You do not get any syntax style colouring of the variable within the interpolated string (as you do in LINQPad C# or Visual Studio F#), but at least I can get going with my string interpolation code.
Many thanks,
Toyin. -
Kylix69 commented
You are a superstar!! Many thanks Joe.
-
Kylix69 commented
I've been waiting for this for quite a while.
Without this, concatenating complex strings in F# looks rather ugly.