aspnetcore/src/Tools
Ryan Brandenburg 7d450bba80
OpenAPI Flaky fix (#20383)
Don't use network in tests unless we have to
2020-04-01 12:52:33 -07:00
..
Extensions.ApiDescription.Client Apply some fixes 2020-02-19 14:18:29 -08:00
Extensions.ApiDescription.Server Apply some fixes 2020-02-19 14:18:29 -08:00
FirstRunCertGenerator Correct permalink to publishing.props (#20011) 2020-03-19 14:45:32 -07:00
GetDocumentInsider Updates for extensions migrations 2020-02-20 14:00:29 -08:00
Microsoft.dotnet-openapi OpenAPI Flaky fix (#20383) 2020-04-01 12:52:33 -07:00
Shared Enable detailed msbuild verbosity for user secrets (#19516) 2020-03-05 08:39:58 -08:00
dotnet-dev-certs Merge branch 'master' into johluo/migrating-extensions 2020-02-20 16:44:06 -08:00
dotnet-getdocument Updates for extensions migrations 2020-02-20 14:00:29 -08:00
dotnet-sql-cache Merge branch 'master' into johluo/migrating-extensions 2020-02-20 16:44:06 -08:00
dotnet-user-secrets Quarantine some tests (#19932) 2020-03-17 16:31:24 -07:00
dotnet-watch Ignore bad restore sources (dotnet-watch tests) (#19893) 2020-03-16 12:59:50 -07:00
.vsconfig Add .vsconfig files in root and beside slns 2020-03-31 14:25:44 -07:00
Directory.Build.props
Directory.Build.targets
README.md [master] Update dependencies from 3 repositories (#13548) 2019-09-18 19:15:49 +00:00
Tools.sln [master] Update dependencies from 3 repositories (#13548) 2019-09-18 19:15:49 +00:00
build.cmd [master] Update dependencies from 3 repositories (#13548) 2019-09-18 19:15:49 +00:00
build.sh [master] Update dependencies from 3 repositories (#13548) 2019-09-18 19:15:49 +00: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