-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Enrico Sada edited this page Feb 25, 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
Windows | Mac OSX | Ubuntu |
---|---|---|
OK | KO | KO |
more info about Current Status of .NET CLI and F#
- 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
See Migration guide
After a project is built with .NET CLI, it's possibile to add built .NET Core assemblies to an existing nuget package, to support .NET Core
- Sample projects of repository https://github.com/enricosada/fsharp-dotnet-cli-samples
- 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