[DEPRECATED] F# and .NET Core SDK working together
Перейти к файлу
Phillip Carter 669730b920
Update README.md
2019-01-07 23:35:14 -08:00
.vscode bump FSharp.Compiler.Tools to 4.1.15 2017-04-25 20:48:50 +02:00
build split package in dependency and bundled 2017-04-29 00:39:46 +02:00
dev/localfeed add local feed 2017-04-25 20:48:50 +02:00
docs add some docs about sdk dev 2016-11-04 00:15:19 +01:00
examples an xunit project, cannot be called xunit 2017-02-16 02:00:14 +01:00
scripts align bash scripts 2017-02-15 15:58:10 +01:00
src Bump fct to 4.1.17 (#116) 2017-05-25 12:08:27 +02:00
test use env var `TEST_SUITE_MSBUILD_HOST_TYPES` to choose msbuild host to test 2017-04-25 20:48:50 +02:00
.gitattributes add gitattributes 2016-04-01 16:38:14 +02:00
.gitignore use FscTask instead of dotnet-compile-fsc 2017-02-15 15:58:10 +01:00
LICENSE Initial commit 2016-03-21 17:38:19 +00:00
NuGet.Config fix nugetconfig for unix/osx 2017-04-28 18:45:23 +02:00
README.md Update README.md 2019-01-07 23:35:14 -08:00
build.cmd cleanup build script 2017-02-06 23:33:42 +01:00
build.proj bump version 2017-05-25 17:10:23 +02:00
build.sh initial work for dotnet-ci 2016-11-21 22:40:27 +01:00
netci.groovy Add job that targets the latest mono-devel 2017-04-28 18:45:23 +02:00
run-build.ps1 use .net core sdk 1.0.1 rtm (#90) 2017-03-09 11:09:01 +01:00
run-build.sh use .net core sdk 1.0.1 rtm (#90) 2017-03-09 11:09:01 +01:00

README.md

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