Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

dotnet/netcorecli-fsc

Repository files navigation

This repository is now archived

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.

F# and .NET Core SDK working together

FSharp.NET.Sdk Docs Slack

See Wiki for a lot more info.

Need more help? Slack see info about signup

This repo contains the sources for nuget packages:

History also contains:

Build

Windows x64 Ubuntu x64 OS X RHEL 7.2 Debian 8.2 Fedora 23 OpenSUSE 13.2 CentOS 7.1
Build Status Build Status Build Status Build Status Build Status Build Status Build Status Build Status

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)

Test

the build will also run test suite.

See test/README.md for more info about test suite