[DEPRECATED] F# and .NET Core SDK working together
Перейти к файлу
Enrico Sada 626d35c86a update preview3 templates to 1.0.0-preview3-004056 (#39)
bump sdk version, more templates (web/xunit/mstest)
2016-11-17 11:53:07 +01:00
docs add some docs about sdk dev 2016-11-04 00:15:19 +01:00
examples update preview3 templates to 1.0.0-preview3-004056 (#39) 2016-11-17 11:53:07 +01:00
scripts art 2016-06-28 18:21:40 +02:00
src update preview3 templates to 1.0.0-preview3-004056 (#39) 2016-11-17 11:53:07 +01:00
test remove dev feed because System.Reflection.Metadata is on nuget.org 2016-06-30 23:22:36 +02:00
test-msbuild use sdk version 1.0.0-preview3-004007 2016-11-02 17:43:39 +01: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 Improved grammar 2016-11-04 09:47:39 +01: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 the tests:

build

See build -Help for more options.

NOTE The build script by default creates a package with a fixed version and it's saved in the local nuget cache. To correctly test the package, each build run needs to increment the package version, otherwise the cached package is used. Use the -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-004007.

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