aspnetcore/src/Tools
Justin Kotalik 73555970ee
Quarantine dotnet-watch test (#23395)
* Quarantine dotnet-watch test

* Update ProgramTests.cs
2020-06-27 01:16:29 +00:00
..
Extensions.ApiDescription.Client Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
Extensions.ApiDescription.Server Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
FirstRunCertGenerator Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
GetDocumentInsider Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
Microsoft.dotnet-openapi Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
Shared
dotnet-dev-certs [HTTPS] Update certificate strategy for Mac OS (#20022) 2020-04-16 13:52:10 -07:00
dotnet-getdocument Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
dotnet-sql-cache Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
dotnet-user-secrets Unquarantine tests that have passed for 30+ days (#23011) 2020-06-16 16:23:50 -07:00
dotnet-watch Quarantine dotnet-watch test (#23395) 2020-06-27 01:16:29 +00:00
.vsconfig
Directory.Build.props
Directory.Build.targets
README.md
Tools.sln [HTTPS] Update certificate strategy for Mac OS (#20022) 2020-04-16 13:52:10 -07:00
build.cmd
build.sh
startvs.cmd

README.md

DotNetTools

Bundled tools

The folder contains command-line tools for ASP.NET Core. The following tools 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.

Non-bundled tools

The following tools are produced by us but not bundled in the .NET Core CLI. They must be aquired independently.

This folder also contains the infrastructure for our partners' service reference features:

Usage

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

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

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

dotnet watch --help