aspnetcore/src/Tools
Hao Kung a53accfd75
[Helix] Reenable dotnet-watch on helix (#8258)
2019-03-08 11:32:02 -08:00
..
FirstRunCertGenerator Add reference assemblies support (#7764) 2019-02-21 14:33:35 -08:00
Shared
dotnet-dev-certs Make Visual Studio 2019 a prerequisite to building this repo (#7005) 2019-02-20 09:53:53 -08:00
dotnet-sql-cache Make Visual Studio 2019 a prerequisite to building this repo (#7005) 2019-02-20 09:53:53 -08:00
dotnet-user-secrets Make Visual Studio 2019 a prerequisite to building this repo (#7005) 2019-02-20 09:53:53 -08:00
dotnet-watch [Helix] Reenable dotnet-watch on helix (#8258) 2019-03-08 11:32:02 -08:00
Directory.Build.props
Directory.Build.targets
README.md
Tools.sln Avoid race in FileWatcher test Internal/1710 (#8095) 2019-03-01 15:03:21 -08:00

README.md

DotNetTools

Projects

The folder contains command-line tools for ASP.NET Core that are bundled* in the .NET Core CLI. Follow the links below for more details on each tool.

*This applies to .NET Core CLI 2.1.300-preview2 and up. For earlier versions of the CLI, these tools must be installed separately.

For 2.0 CLI and earlier, see https://github.com/aspnet/DotNetTools/tree/rel/2.0.0/README.md for details.

Usage

The command line tools can be invoked as a subcommand of dotnet.

dotnet watch
dotnet user-secrets
dotnet sql-cache
dotnet dev-certs

Add --help to see more details. For example,

dotnet watch --help