Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dotnet/netcorecli-fsc

[DEPRECATED] F# and .NET Core SDK working together
https://github.com/dotnet/netcorecli-fsc

dotnet dotnet-cli dotnet-core dotnet-sdk fsharp sdk

Last synced: 3 months ago
JSON representation

[DEPRECATED] F# and .NET Core SDK working together

Awesome Lists containing this project

README

        

# 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](https://docs.microsoft.com/dotnet/fsharp/get-started/get-started-command-line) 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](https://img.shields.io/nuget/vpre/FSharp.NET.Sdk.svg?maxAge=2592000&label=FSharp.NET.Sdk%20nuget)][fsharp.net.sdk nupkg]
[![Docs](https://img.shields.io/badge/docs-wiki-1faece.svg)][wiki]
[![Slack](https://img.shields.io/badge/slack-%23dotnetcore%20channel%20in%20fsharp.org%20slack-E60256.svg)][slack]

**

See [Wiki][wiki] for a lot more info.

**

Need more help? [![Slack](https://img.shields.io/badge/slack-%23dotnetcore%20channel%20in%20fsharp.org%20slack-E60256.svg)][slack] see [info about signup](http://fsharp.org/guides/slack/)

This repo contains the sources for nuget packages:

- [FSharp.NET.Sdk][fsharp.net.sdk nupkg]
- [FSharp.Sdk][fsharp.sdk nupkg]

History also contains:

- [dotnet-compile-fsc][dotnet-compile-fsc nupkg] for integration `project.json` based sdk (`preview2`, `preview2.1`)

## Build

| Windows x64 | Ubuntu x64 | OS X | RHEL 7.2 | Debian 8.2 | Fedora 23 | OpenSUSE 13.2 | CentOS 7.1 |
|-------------|------------|------|----------|------------|-----------|---------------|------------|
| [![Build Status][win-x64-badge]](https://ci2.dot.net/job/dotnet_netcorecli-fsc/job/master/job/release_windows_nt_x64/) | [![Build Status][ubuntu-x64-badge]](https://ci2.dot.net/job/dotnet_netcorecli-fsc/job/master/job/release_ubuntu_x64/) | [![Build Status][osx-x64-badge]](https://ci2.dot.net/job/dotnet_netcorecli-fsc/job/master/job/release_osx_x64/) | [![Build Status](https://ci2.dot.net/buildStatus/icon?job=dotnet_netcorecli-fsc/master/release_rhel7.2_x64)](https://ci2.dot.net/job/dotnet_netcorecli-fsc/job/master/job/release_rhel7.2_x64/) | [![Build Status](https://ci2.dot.net/buildStatus/icon?job=dotnet_netcorecli-fsc/master/debug_debian8.2_x64)](https://ci2.dot.net/job/dotnet_netcorecli-fsc/job/master/job/debug_debian8.2_x64/) | [![Build Status](https://ci2.dot.net/buildStatus/icon?job=dotnet_netcorecli-fsc/master/debug_fedora23_x64)](https://ci2.dot.net/job/dotnet_netcorecli-fsc/job/master/job/debug_fedora23_x64/) | [![Build Status](https://ci2.dot.net/buildStatus/icon?job=dotnet_netcorecli-fsc/master/debug_opensuse13.2_x64)](https://ci2.dot.net/job/dotnet_netcorecli-fsc/job/master/job/debug_opensuse13.2_x64/) | [![Build Status](https://ci2.dot.net/buildStatus/icon?job=dotnet_netcorecli-fsc/master/debug_centos7.1_x64)](https://ci2.dot.net/job/dotnet_netcorecli-fsc/job/master/job/debug_centos7.1_x64/) |

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](https://github.com/dotnet/netcorecli-fsc/blob/master/test/README.md) for more info about test suite

[win-x64-badge]: https://ci2.dot.net/buildStatus/icon?job=dotnet_netcorecli-fsc/master/release_windows_nt_x64
[ubuntu-x64-badge]: https://ci2.dot.net/buildStatus/icon?job=dotnet_netcorecli-fsc/master/release_ubuntu_x64
[osx-x64-badge]: https://ci2.dot.net/buildStatus/icon?job=dotnet_netcorecli-fsc/master/release_osx_x64

[slack]: https://fsharp.slack.com/messages/dotnetcore/
[wiki]: https://github.com/dotnet/netcorecli-fsc/wiki

[fsharp.net.sdk nupkg]: https://www.nuget.org/packages/FSharp.NET.Sdk
[fsharp.sdk nupkg]: https://www.nuget.org/packages/FSharp.Sdk
[dotnet-compile-fsc nupkg]: https://www.nuget.org/packages/dotnet-compile-fsc