Go to file
Nate McMaster e481df3d49 Add better errors, fix help output text, and add 'dotnet watch --list' to help us diagnose issues
Fixes #252 - help output shown twice in dotnet-watch
Fixes #250 - add dotnet-watch --list. Prints a list of all files discovered
Fixes #249 - better error message when GenerateWatchList fails
2017-01-17 11:43:44 -08:00
build
shared
src Add better errors, fix help output text, and add 'dotnet watch --list' to help us diagnose issues 2017-01-17 11:43:44 -08:00
test Add better errors, fix help output text, and add 'dotnet watch --list' to help us diagnose issues 2017-01-17 11:43:44 -08:00
.editorconfig Add better errors, fix help output text, and add 'dotnet watch --list' to help us diagnose issues 2017-01-17 11:43:44 -08:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
DotNetTools.sln Add better errors, fix help output text, and add 'dotnet watch --list' to help us diagnose issues 2017-01-17 11:43:44 -08:00
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
build.ps1
build.sh
version.props

README.md

DotNetTools

Travis build status AppVeyor build status

The project contains command-line tools for the .NET Core SDK.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.