-
Notifications
You must be signed in to change notification settings - Fork 1k
Update FSharp.Compiler.Services to 32.0 #8864
Comments
Will this be configurable at the project level? |
FCS is needed by the IDE functions such as highlighting. F# 4.7 is needed for building. F# 4.7 doesn't work on Mono but does for dotnet. So even if we updated FCS to 32.0, it still wouldn't be possible to use F# 4.7 features for Mono apps. |
It should be possible to use the FSharp.Compiler.Tools package at the project level, but it looks like that only supports up to F# 4.5 at the moment. |
I think you didn't understand me. I meant: will the developer be able to configure his F# project as "4.5"-only so that if a 4.7 feature is used, the compiler whines? |
|
Any updates on this? Seems abandoned |
So that F# 4.7 features can be used.
The text was updated successfully, but these errors were encountered: