Ionide-vscode-fsharp: Does Ionide work with .NET Core? (Mac OS X)

Created on 21 May 2016  路  3Comments  路  Source: ionide/ionide-vscode-fsharp

Hi,

I'm following this tutorial Getting Started with F# on .NET Core, and when I launched Visual Studio Code + Ionide extension installed, I couldn't get F# REPL to run properly.

I don't have Mono installed as I want to stick with .NET Core.

Is my question too early? Eg. .NET Core is not supported yet by Ionide / Visual Studio Code.

Thanks!

Most helpful comment

Just to help others that might stumble upon this issue while Googling.

So I just installed brew install mono and now F# REPL works in Visual Studio Code.

All 3 comments

As far as I know, F# on .NET Core is still under development and it's not supported by Ionide, so you need to use Mono. VS Code itself supports .NET Core but only for C#

Ionide understands .Net Core projects (both project.json and fsprojs targeting .Net Core). But you still need to have mono to run language services.

Just to help others that might stumble upon this issue while Googling.

So I just installed brew install mono and now F# REPL works in Visual Studio Code.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MikaelUmaN picture MikaelUmaN  路  5Comments

isaacabraham picture isaacabraham  路  5Comments

lilred picture lilred  路  6Comments

Agaspher20 picture Agaspher20  路  4Comments

MangelMaxime picture MangelMaxime  路  4Comments