Closed nightroman closed 4 years ago
Should I submit this to the parent repository perhaps? There is not much activity in here. And v38.0 changes look not merged. (I've posted here because the issue is also a question, I am not sure)
Yes please, FCS is now built and published directly from dotnet/fsharp.
Done -- https://github.com/dotnet/fsharp/issues/10467 Closing this.
Thank you @nightroman! I'll be working on updating this repository's readme to specify the new situation, as well as triaging and migrating existing issues to dotnet/fsharp
The sample code is from http://fsharp.github.io/FSharp.Compiler.Service/interactive.html
It works in net50 and fails in net472.
Steps:
use the attached project
change to the project directory and run
Actual result
It fails
Expected result
It works and prints "43".
Related question/issue
Is FCS v38.0 supposed to work in net472? I thought so but maybe I missed something fundamental.
If it is supposed to work, I have another issue from the actual application with a different error on creating a session:
FCS_net5_issue.zip