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
2016-07-06 14:45:07 -07:00
build Addressing code review comments and fixing another issue with deb installer generation. 2016-07-06 14:45:07 -07:00
build_projects Addressing code review comments. Fixing issue with compile where we were not copying the msbuild files to the right place. Fixed an issue where we were trying to download installers for OSes that don't have installers. Added init-tools scripts. 2016-07-06 12:03:16 -07:00
Documentation Change rollForward to applyPatches (#3667) 2016-06-21 14:35:17 -07:00
packaging change to properties, artifact names 2016-06-29 15:12:58 -07:00
resources/images Fix version badges to display Nuget Version of cli. 2016-03-28 17:51:36 -07:00
scripts Fix dotnet-install for the new Azure Publish layout. 2016-06-22 22:46:13 -05:00
src Remove Project Model Server 2016-06-30 14:31:08 -07:00
test Remove Project Model Server 2016-06-30 14:31:08 -07:00
TestAssets Remove Project Model Server 2016-06-30 14:31:08 -07:00
tools Addressing more code review comments and removing the incrementality from BuildProjectsForNuGetPackages. All it does is invoke dotnet build, which already has incremental builds. I will let it handle this one. 2016-07-01 10:37:01 -07:00
.gitattributes merge my spike on compile/publish/run and switch from PS1 to C# 2015-10-06 10:46:43 -07:00
.gitignore base init infra 2016-06-27 12:56:15 -07:00
branchinfo.txt Update branchinfo.txt 2016-06-24 16:11:06 -07:00
build.cmd Addressing code review comments. Fixing issue with compile where we were not copying the msbuild files to the right place. Fixed an issue where we were trying to download installers for OSes that don't have installers. Added init-tools scripts. 2016-07-06 12:03:16 -07:00
build.proj Addressing code review comments. Fixing issue with compile where we were not copying the msbuild files to the right place. Fixed an issue where we were trying to download installers for OSes that don't have installers. Added init-tools scripts. 2016-07-06 12:03:16 -07:00
build.sh Addressing code review comments. Fixing issue with compile where we were not copying the msbuild files to the right place. Fixed an issue where we were trying to download installers for OSes that don't have installers. Added init-tools scripts. 2016-07-06 12:03:16 -07:00
CONTRIBUTING.md Add contributing info and developer guide 2015-11-17 23:26:58 -08:00
global.json Fix the update-dependencies project so it builds and runs again. 2016-05-16 19:10:04 -05:00
init-tools.ps1 Addressing code review comments and fixing another issue with deb installer generation. 2016-07-06 14:45:07 -07:00
init-tools.sh Trying to fix the ubuntu package generation break. I believe it happened because we were loading branchinfo in the init-tools, which means that the env variables defined there were not applied to commands ran from run-build.sh. 2016-07-06 13:35:34 -07: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 nuget version 2016-07-01 07:06:27 -07:00
netci.groovy update netci.groovy to use ubuntu.14.04 2016-06-01 16:47:46 -07:00
NuGet.Config PR Feedback 2016-06-29 15:56:13 -07:00
NuGet.master.config add readme 2015-10-08 14:41:04 -07:00
omnisharp.json Update omnisharp setting. Disable auto restore. 2016-03-27 12:12:57 -07:00
PULL_REQUEST_TEMPLATE add PR template 2016-05-03 14:15:14 -07:00
README.md Fix the broken .NET Core Installer and Binaries links on README. 2016-06-23 15:23:39 -05:00
run-build.ps1 Addressing code review comments and fixing another issue with deb installer generation. 2016-07-06 14:45:07 -07:00
run-build.sh Addressing code review comments and fixing another issue with deb installer generation. 2016-07-06 14:45:07 -07:00
THIRD-PARTY-NOTICES Add LZMA to THIRD-PARTY-NOTICES + (c) header 2016-06-14 10:29:23 -07: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 as well as documentation.

RC2 and Preview 1 bits

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

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

Release schedule

There have been some changes in the schedule for .NET Core and .NET Core CLI tools. You can read more about them in the .NET Core RC2 Improvements, Schedule, and Roadmap blog post.

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 flavours:

  • .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.