F# is now included by default in the .NET Core SDK. Creating a new F# project on .NET Core is documented in the Get Started article in the .NET docs.
The rest of this README is kept for historical purposes.
See Wiki for a lot more info.
Need more help? see info about signup
This repo contains the sources for nuget packages:
History also contains:
- dotnet-compile-fsc for integration
project.json
based sdk (preview2
,preview2.1
)
Windows x64 | Ubuntu x64 | OS X | RHEL 7.2 | Debian 8.2 | Fedora 23 | OpenSUSE 13.2 | CentOS 7.1 |
---|---|---|---|---|---|---|---|
To build a package and run the tests:
build
The build script will download .NET Core Sdk if needed (installed is not the exact version required)
the build
will also run test suite.
See test/README.md for more info about test suite