-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Enrico Sada edited this page Feb 22, 2016
·
19 revisions
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
- Install .NET cli from http://dotnet.github.io/getting-started/
- 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
- project.json info about f# and project.json
the dotnet/cli, fsharp and docs are all OSS
- This wiki is public
- The dotnet/cli repo ( ref F# support issue )
- The dotnet/cli website and .net core docs
- The visualfsharp repo ( ref How to help with building F# for the CoreCLR )
- This repo, to write samples