aspnetcore/src/Tools
Ryan Brandenburg 0d24bc27eb
Microsoft.dotnet-openapi is a shipping package (#13481)
Microsoft.dotnet-openapi is a shipping package
2019-08-28 11:43:41 -07:00
..
Extensions.ApiDescription.Client Add tests of client code generation components (#13444) 2019-08-26 20:42:13 -07:00
Extensions.ApiDescription.Server Fix a typo and address remaining service reference TODO items (#13364) 2019-08-23 15:59:58 -07:00
FirstRunCertGenerator React to extensions changes 2019-08-15 17:03:19 -07:00
GetDocumentInsider Fix a typo and address remaining service reference TODO items (#13364) 2019-08-23 15:59:58 -07:00
Microsoft.dotnet-openapi Microsoft.dotnet-openapi is a shipping package (#13481) 2019-08-28 11:43:41 -07:00
Shared Add XML docs to pubternal types 2019-08-27 13:45:33 -07:00
dotnet-dev-certs OpenAPI ServiceReference Tool (#12810) 2019-08-22 11:16:16 -07:00
dotnet-getdocument Use Microsoft.Extensions.CommandLineUtils and Microsoft.Extensions.Tools.Internal in service ref programs 2019-08-23 15:54:55 -07:00
dotnet-sql-cache fix #12445 by migrating dotnet-sql-cache to new SqlClient (#12447) 2019-07-23 14:40:18 -07:00
dotnet-user-secrets Add XML docs to pubternal types 2019-08-27 13:45:33 -07:00
dotnet-watch OpenAPI ServiceReference Tool (#12810) 2019-08-22 11:16:16 -07:00
Directory.Build.props
Directory.Build.targets
README.md OpenAPI ServiceReference Tool (#12810) 2019-08-22 11:16:16 -07:00
Tools.sln Add tests of client code generation components (#13444) 2019-08-26 20:42:13 -07:00
build.cmd OpenAPI ServiceReference Tool (#12810) 2019-08-22 11:16:16 -07:00
build.sh OpenAPI ServiceReference Tool (#12810) 2019-08-22 11:16:16 -07:00
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