[DEPRECATED] F# and .NET Core SDK working together
Перейти к файлу
Enrico Sada e8a5ab0c98 Initial work for .net core sdk preview3 (msbuild based projects) 2016-10-22 15:52:59 +02:00
examples Initial work for .net core sdk preview3 (msbuild based projects) 2016-10-22 15:52:59 +02:00
scripts art 2016-06-28 18:21:40 +02:00
src Initial work for .net core sdk preview3 (msbuild based projects) 2016-10-22 15:52:59 +02:00
test remove dev feed because System.Reflection.Metadata is on nuget.org 2016-06-30 23:22:36 +02:00
test-msbuild Initial work for .net core sdk preview3 (msbuild based projects) 2016-10-22 15:52:59 +02:00
.gitattributes add gitattributes 2016-04-01 16:38:14 +02:00
.gitignore add build and test script 2016-06-16 20:51:48 +02:00
DotnetCLI-FSharp.sln add solution 2016-04-07 20:33:47 +02:00
LICENSE Initial commit 2016-03-21 17:38:19 +00:00
README.md Initial work for .net core sdk preview3 (msbuild based projects) 2016-10-22 15:52:59 +02:00
appveyor.yml add released preview2 to build matrix 2016-06-27 22:23:52 +02:00
build.cmd add build and test script 2016-06-16 20:51:48 +02:00
omnisharp.json add omnisharp config 2016-04-07 20:33:48 +02:00

README.md

F# and .NET Core SDK

F# and .NET Core SDK working together

This repo contains the sources for:

  • dotnet-compile-fsc

for .NET Core SDK preview2

Build

Windows

To build a package and run tests:

build

See build -Help for more options

NOTE The build script by default create a package with a fixed version and it's saved in the local nuget cache. To correctly test the package, each build run need to increment the package version, otherwise the cached package is used. Use -VersionSuffix 013076 argument ( for example build -VersionSuffix 013076) to create the package dotnet-compile-fsc.1.0.0-preview2-013076

The .NET Core SDK preview3 and msbuild based project system

Work in progress.

Require .NET Core SDK preview3 ( http://github.com/dotnet/cli ), tested with 1.0.0-preview3-003884

Example apps in examples/preview3 See also src/FSharp.Net.Sdk and test-msbuild directories.