Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ cli Public
forked from dotnet/cli

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, ...).

License

Notifications You must be signed in to change notification settings

ericstj/cli

 
 

Repository files navigation

.NET Command Line Interface

Build Status

Ubuntu 14.04 Windows Mac OS X
Debug Build Status Build Status Build Status
Release Build Status Build Status Build Status

Installers

Ubuntu 14.04 Windows Mac OS X
Installers Download Debian Package Download Msi Download Pkg
Binaries Download tar file Download zip file Download tar file

Prerequisites

In order to build dotnet-cli, you need the following installed on you machine

For Windows

  1. Visual Studio 2015 with Web Development Tools
  1. CMake (available from https://cmake.org/) is required to build the native host corehost. Make sure to add it to the PATH.

Building/Running

  1. Run build.cmd or build.sh from the root
  2. Use artifacts/{os}-{arch}/stage2/dotnet to try out the dotnet command. You can also add artifacts/{os}-{arch}/stage2 to the PATH if you want to run dotnet from anywhere.

Visual Studio Code

A simple test

  1. cd test\TestApp
  2. dotnet run

About

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, ...).

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 91.7%
  • Shell 3.1%
  • PowerShell 2.4%
  • HTML 2.0%
  • Visual Basic .NET 0.4%
  • Groovy 0.2%
  • Other 0.2%