我正在尝试执行该dotnet swagger
命令,但收到一条错误消息:
Could not execute because the specified command or file was not found.
Possible reasons for this include:
* You misspelled a built-in dotnet command.
* You intended to execute a .NET Core program, but dotnet-swagger does not exist.
* You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.
- swashbuckle.aspnetcore.cli (5.0.0) 工具是全局安装的。
- 工具的路径已设置。
我做错了什么,我该如何解决?