This repo contains the .NET Core command-line (CLI) tools, used for building .NET Core apps and libraries through your development flow (compiling, NuGet package management, running, testing, ...).
C# Shell PowerShell HTML Python F# Other
Latest commit bd590f5 Dec 10, 2016 @livarcocc livarcocc committed with piotrpMSFT Emitting PackageId whenever we emit AssemblyName. We need to do this …
…to preserve the behavior from PJ where the package id matched the containing PJ folder name. In MSBuild, PackageId will match AssemblyName, unless it is explicitly specified. (#4990)
Permalink
Failed to load latest commit information.
Documentation Fix broken link to README.md Nov 22, 2016
TestAssets Merge pull request #4972 from krwq/p2p-compat-check Dec 9, 2016
build Merge rel/1.0.0-preview4 back into rel/1.0.0 (#4974) Dec 9, 2016
build_projects Include Microsoft.Net.Sdk in CLI layout (#4895) Dec 3, 2016
packaging Removing an extra 'the' a the welcome message of the pkg installer. Dec 5, 2016
resources Bug fixes (#4810) Nov 24, 2016
scripts - Never check agains username, that's bad practice. Always use effect… Dec 4, 2016
src Emitting PackageId whenever we emit AssemblyName. We need to do this … Dec 10, 2016
test Emitting PackageId whenever we emit AssemblyName. We need to do this … Dec 10, 2016
tools Centralize Microsoft.Net.SDK Version (#4890) Dec 2, 2016
.cliversion [WIP] Removes *3 verbs, making msbuild the driver (#4456) Oct 28, 2016
.gitattributes merge my spike on compile/publish/run and switch from PS1 to C# Oct 6, 2015
.gitignore add *.xproj.user to backup file types Nov 16, 2016
.toolversions Use --disable-parallel during xplat restores. Oct 28, 2016
CONTRIBUTING.md Add contributing info and developer guide Nov 18, 2015
ISSUE_TEMPLATE issue template, the --info is the new --version Mar 31, 2016
LICENSE Initial commit Oct 2, 2015
Microsoft.DotNet.Cli.sln sln reader/writer (#4870) Dec 1, 2016
NuGet.Config Removed the roslyn-master-nightly feed. Web hook is being set there. … Sep 23, 2016
NuGet.master.config add readme Oct 8, 2015
PULL_REQUEST_TEMPLATE add PR template May 3, 2016
README.md [Build kick-off] Change underline to match length Oct 27, 2016
THIRD-PARTY-NOTICES sln reader/writer (#4870) Dec 1, 2016
branchinfo.txt Updating the branding of rel/1.0.0 to preview5. Dec 5, 2016
build.cmd Merge rel/1.0.0 into feature/msbuild. Jul 18, 2016
build.proj Remove unused project.json and .xproj files (#4735) Nov 16, 2016
build.sh Adding a comment about the code that removes empty spaces from the ar… Jul 12, 2016
clean.cmd Bringing run.exe into the repo and starting with the clean command Jul 26, 2016
clean.sh Bringing run.exe into the repo and starting with the clean command Jul 26, 2016
config.json Bringing run.exe into the repo and starting with the clean command Jul 26, 2016
dir.props Update CLI's MSBuild Version to 15.1.0-preview-000451-02 (#4889) Dec 2, 2016
global.json Fix the update-dependencies project so it builds and runs again. May 17, 2016
netci.groovy update netci.groovy to use ubuntu.14.04 Jun 1, 2016
omnisharp.json Update omnisharp setting. Disable auto restore. Mar 27, 2016
run-build.ps1 Add msbuild-based stage0 where possible (#4597) Nov 3, 2016
run-build.sh Add msbuild-based stage0 where possible (#4597) Nov 3, 2016
run.cmd Bringing run.exe into the repo and starting with the clean command Jul 26, 2016
run.sh Bringing run.exe into the repo and starting with the clean command Jul 26, 2016

README.md

.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 as well as documentation.

RTM and Preview 2 bits

To get the latest released bits (RTM for .NET Core and Preview 2 for tooling), check out our Getting started page.

Also, don't forget to check out the documentation.

Changes in issue triaging

We are making significant changes to the CLI tooling by supporting MSBuild as the build engine and csproj as the project format. You can read "Changes to project.json" blog post for more context. We've realized that this also means that many of the shortcomings of the current tooling will be solved by this move so we've decided to introduce two new labels to indicate that in the issues:

  • msbuild-mitigated - this label indicates the issue will be mitigated via move to MSBuild.
  • msbuild-notapplicable - this label indicates the issue will not be applicable after moving to MSBuild.

We will close issues that are labelled with one of these labels. Proactive triaging will help us reduce the number of issues and enable us to focus on issues that require fixing independent of the move to msbuild.

Please feel free to re-open and comment on any issue that you believe was triaged incorrectly.

Found an issue?

You can consult the known issues page 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

Ubuntu 14.04 / Linux Mint 17 Ubuntu 16.04 Debian 8.2 Windows x64 Windows x86 Mac OS X CentOS 7.1 / Oracle Linux 7.1 RHEL 7.2 OpenSUSE 13.2 Fedora 23

Installers and Binaries

You can download .NET Core as either an installer (MSI, PKG) or a zip (zip, gzip). You can download the product in two flavors:

  • .NET Core - .NET Core runtime and framework
  • .NET Core SDK - .NET Core + CLI tools

Note: please be aware that below installers are the latest bits. If you want to install the latest released versions, please check out the section above.)

Version .NET Core Installer .NET Core SDK Installer .NET Core Binaries .NET Core SDK Binaries
Windows x64 Download Download Download Download
Windows x86 Download Download Download Download
Ubuntu 14.04 / Linux Mint 17 See Below See Below Download Download
Ubuntu 16.04 N/A N/A Download Download
Debian 8.2 N/A N/A Download Download
Mac OS X Download Download Download Download
CentOS 7.1 / Oracle Linux 7 N/A N/A Download Download
RHEL 7.2 N/A N/A Download Download
openSUSE 13.2 N/A N/A Download Download
Fedora 23 N/A N/A Download Download

Ubuntu Installers

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 them in the order presented below.

**For Ubuntu 14.04

Version Installers
Shared Host Download
Host Framework Resolver Download
Shared Framework Download
Sdk Download

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, please 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 any and all feedback, please use the Issues on this repository.

License

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