Skip to content
Enrico Sada edited this page Feb 22, 2016 · 19 revisions

F# and the .NET CLI working together.

The .NET cli it's language agnostic, so all tutorials should work with F# too.

The .NET cli is in beta and development is in progress, F# support for NETCore and dotnet/cli too.

This wiki want to track current status ( not working features and workarounds ) and details useful for F#, if someone want to try it before the docs are updated

How to

  1. Install .NET cli from http://dotnet.github.io/getting-started/
  2. The tutorial in http://dotnet.github.io/getting-started/ works, but dotnet new require the --lang f# argument

Or read the Getting Started wiki page

More info

How to help

the dotnet/cli, fsharp and docs are all OSS

Clone this wiki locally