Skip to content
代码片段 群组 项目
未验证 提交 05cb69ff 编辑于 作者: Adrian Wright's avatar Adrian Wright 提交者: GitHub
浏览文件

Remove links to dotnet-watch as it moved to SDK repo 7 months ago (#35331)

Removed invalid link to `dotnet-watch`.
Sorted example `dotnet` subcommands alphabetically.
Updated `--help` example to use a subcommand other than `dotnet-watch`.

Fixes: #35332
上级 ff51fd71
No related branches found
No related tags found
无相关合并请求
......@@ -4,7 +4,6 @@
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.
- [dotnet-watch](dotnet-watch/README.md)
- [dotnet-user-secrets](dotnet-user-secrets/README.md)
- [dotnet-sql-cache](dotnet-sql-cache/README.md)
- [dotnet-dev-certs](dotnet-dev-certs/README.md)
......@@ -31,15 +30,14 @@ This folder also contains the infrastructure for our partners' service reference
The command line tools can be invoked as a subcommand of `dotnet`.
```sh
dotnet watch
dotnet user-secrets
dotnet sql-cache
dotnet dev-certs
dotnet openapi
dotnet sql-cache
dotnet user-secrets
```
Add `--help` to see more details. For example,
```sh
dotnet watch --help
dotnet dev-certs --help
```
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册