CI to automate build of dotnet tarball for dotnet6-sdk aport https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/community/dotnet6-sdk
Find a file
2018-03-25 19:15:26 -07:00
build Merge pull request #8894 from rainersigwald/MSBuild-15.7.122-2.1.2xx 2018-03-25 19:15:26 -07:00
build_projects Use satellites from roslyn package, not cli-deps-satellites 2018-02-12 16:52:26 -08:00
Documentation Updating installation documentation; clarification & typos - deleting superfluous installation doc. 2017-08-02 13:03:33 -07:00
packaging Merge branch 'release/2.1.1xx' into merge_release_211xx_into_release_212xx 2018-03-13 20:23:33 -07:00
resources Remove ImportAfter target for NuGet 2017-10-25 16:41:57 -07:00
scripts Fix dotnet-install to check the right path for no-op installs when --shared-runtime is specified 2017-12-11 10:10:08 -08:00
src Keep stdout for test execution 2018-03-25 07:28:42 -05:00
test Move some projects to netstandard2.0 (#8692) 2018-03-22 16:11:51 -07:00
TestAssets Fixing the prefercliruntime asset 2018-01-18 13:06:33 -08:00
tools Even more package dependency re-names... 2017-12-04 13:20:37 -08:00
.gitattributes Add props and targets to text=auto 2017-06-07 16:37:43 -07:00
.gitignore Ignore the NuGet.Config at the root as a source file; it is dynamically generated. 2017-11-29 09:31:25 -08:00
build.cmd The modification to build.cmd did not have the desired effect. 2017-11-28 19:00:51 -08:00
build.proj Even more package dependency re-names... 2017-12-04 13:20:37 -08:00
build.sh Adding a comment about the code that removes empty spaces from the arguments array but also breaks quoted arguments. We are picking the devil we know in this case. 2016-07-12 11:23:34 -07:00
CONTRIBUTING.md Fix broken links from #5928 in the documentation. 2017-03-12 19:46:28 +01:00
dir.props Even more package dependency re-names... 2017-12-04 13:20:37 -08:00
dir.tasks Bump MSBuild Version to 15.1.0-preview-000503-01 (#5199) 2017-01-05 14:56:11 -08:00
global.json Fix the update-dependencies project so it builds and runs again. 2016-05-16 19:10:04 -05:00
ISSUE_TEMPLATE issue template, the --info is the new --version 2016-03-31 12:34:28 +02:00
LICENSE Initial commit 2015-10-02 11:03:16 -07:00
Microsoft.DotNet.Cli.sln Manually merging some changes that git merged wrong and deleted from the 15.5 branch. 2017-10-13 09:56:08 -07:00
netci.groovy Remove out of support ubuntu1610 2017-08-31 16:59:17 -07:00
PULL_REQUEST_TEMPLATE add PR template 2016-05-03 14:15:14 -07:00
README.md Merge branch 'release/2.1.1xx' into merge_release_211xx_into_release_212xx 2018-03-13 20:23:33 -07:00
run-build.ps1 Handling the possible semi-colon(s) in the property parameters. 2017-11-28 17:39:35 -08:00
run-build.sh The first pass will need the extra args [same as run-build.ps1]. 2017-12-01 12:40:40 -08:00
testAsset.props Replacing hard coded references to shared framework version. 2017-03-06 21:25:42 -08:00
THIRD-PARTY-NOTICES Add license text to LZMA SDK license notice 2017-02-26 12:11:05 -08:00

.NET Command Line Interface

.NET Slack Status Join the chat at https://gitter.im/dotnet/cli

This repo contains the source code for cross-platform .NET Core command line toolchain. It contains the implementation of each command, the native packages for various supported platforms and the documentation.

Looking for V1 of the .NET Core tooling?

If you are looking for the v1.0.1 release of the .NET Core tools (CLI, MSBuild and the new csproj), see https://dot.net/core.

Note: the release/2.1.2xx branch of the CLI repo is based on an upcoming update of the SDK and is considered pre-release. For production-level usage, please use the released version of the tools available at https://dot.net/core

Found an issue?

You can consult the Documents Index to find out the current issues and to see the workarounds.

If you don't find your issue, please file one! However, given that this is a very high-frequency repo, we've setup some basic guidelines to help you. Please consult those first.

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.

Build Status

Windows x64 Windows x86 Mac OS X Linux x64 Ubuntu 14.04 / Linux Mint 17 Ubuntu 16.04 Ubuntu 16.10 Debian 8 RHEL 7.2

Installers and Binaries

You can download the .NET Core SDK as either an installer (MSI, PKG) or a zip (zip, tar.gz). The .NET Core SDK contains both the .NET Core runtime and CLI tools.

To download the .NET Core runtime without the SDK, visit https://github.com/dotnet/core-setup#daily-builds.

Note: Be aware that the following installers are the latest bits. If you want to install the latest released versions, check out the preceding section.

Platform Latest Daily Build
release/2.1.2xx
Windows x64 Installer - Checksum
zip - Checksum
Windows x86 Installer - Checksum
zip - Checksum
Mac OS X Installer - Checksum
tar.gz - Checksum
Linux x64 tar.gz - Checksum
Ubuntu 14.04 / Linux Mint 17 Installer - Checksum
see installer note below1
tar.gz - See Linux x64
Ubuntu 16.04 Installer - Checksum
see installer note below1
tar.gz - See Linux x64
Ubuntu 16.10 Installer - Checksum
see installer note below1
tar.gz - See Linux x64
Debian 8 Installer - Checksum
see installer note below1
tar.gz - See Linux x64
RHEL 7.2 Installer - Checksum
see installer note below1
tar.gz - See Linux x64
CentOS 7.1 / Oracle Linux 7 tar.gz - See Linux x64
Fedora 24 tar.gz - See Linux x64
OpenSUSE 42.1 tar.gz - See Linux x64
Latest Coherent Build2
release/2.1.2xx

Reference notes:

1: Our Debian packages are put together slightly differently than the other OS specific installers. Instead of combining everything, we have separate component packages that depend on each other. If you're installing these directly from the .deb files (via dpkg or similar), then you'll need to install the corresponding Host, Host FX Resolver, and Shared Framework packages before installing the Sdk package.

2: A 'coherent' build is defined as a build where the Runtime version matches between the CLI and Asp.NET.

Debian daily feed

Newest SDK binaries for 2.0.0 in debian feed may be delayed due to external issues by up to 24h.

Obtaining binaries

Add debian feed:

Ubuntu 14.04

sudo sh -c 'echo "deb [arch=amd64] http://apt-mo.trafficmanager.net/repos/dotnet/ trusty main" > /etc/apt/sources.list.d/dotnetdev.list'

sudo apt-key adv --keyserver apt-mo.trafficmanager.net --recv-keys 417A0893

sudo apt-get update

Ubuntu 16.04

sudo sh -c 'echo "deb [arch=amd64] http://apt-mo.trafficmanager.net/repos/dotnet/ xenial main" > /etc/apt/sources.list.d/dotnetdev.list'

sudo apt-key adv --keyserver apt-mo.trafficmanager.net --recv-keys 417A0893

sudo apt-get update

Ubuntu 16.10

sudo sh -c 'echo "deb [arch=amd64] http://apt-mo.trafficmanager.net/repos/dotnet/ yakkety main" > /etc/apt/sources.list.d/dotnetdev.list'

sudo apt-key adv --keyserver apt-mo.trafficmanager.net --recv-keys 417A0893

sudo apt-get update

Debian 8

sudo sh -c 'echo "deb [arch=amd64] http://apt-mo.trafficmanager.net/repos/dotnet/ jessie main" > /etc/apt/sources.list.d/dotnetdev.list'

sudo apt-key adv --keyserver apt-mo.trafficmanager.net --recv-keys 417A0893

sudo apt-get update

Install:

sudo apt-get install <DebianPackageName>=<Version>

To list available packages:

apt-cache search dotnet-sdk | grep 2.0.0

Docker

You can also use our Docker base images found on https://hub.docker.com/r/microsoft/dotnet to set up your dev or testing environment for usage.

Basic usage

When you have the .NET Command Line Interface installed on your OS of choice, you can try it out using some of the samples on the dotnet/core repo. You can download the sample in a directory, and then you can kick the tires of the CLI.

First, you will need to restore the packages:

dotnet restore

This will restore all of the packages that are specified in the project.json file of the given sample.

Then you can either run from source or compile the sample. Running from source is straightforward:

dotnet run

Compiling to IL is done using:

dotnet build

This will drop an IL assembly in ./bin/[configuration]/[framework]/[binary name] that you can run using dotnet bin/[configuration]/[framework]/[binaryname.dll].

For more details, refer to the documentation.

Building from source

If you are building from source, take note that the build depends on NuGet packages hosted on MyGet, so if it is down, the build may fail. If that happens, you can always see the MyGet status page for more info.

Read over the contributing guidelines and developer documentation for prerequisites for building from source.

Questions & Comments

For all feedback, use the Issues on this repository.

License

By downloading the .zip you are agreeing to the terms in the project EULA.