gpt4 book ai didi

c# - JetBrains Rider 带着 watch 运行

转载 作者:太空狗 更新时间:2023-10-29 17:41:18 25 4
gpt4 key购买 nike

当我在 Rider (net core) 中按下运行按钮时,它会运行以下命令:

/usr/local/share/dotnet/dotnet /pathtomyproject/myproject.dll

但我需要使用参数“watch”运行项目,如果我在 Rider Edit Configurations 的参数中编写此命令,我会收到错误消息:

Unhandled Exception: System.FormatException: Unrecognized argument format: 'watch'.

我知道使用 watch 工具运行是 dotnet watch run,我也知道我可以在终端中运行该命令。

我的问题是我是否可以将 Rider 配置为在我按下“运行”按钮时以这种方式运行?或者...也许 Rider 具有我不知道的“编辑并继续”功能?

最佳答案

Rider论坛上有答案:https://rider-support.jetbrains.com/hc/en-us/community/posts/360001346139-Simpler-integration-for-Microsoft-DotNet-Watcher-Tools

简而言之:

  1. 打开运行配置对话框
  2. 添加新的“启动前”配置
  3. 选择“外部工具”
  4. 填写“工具设置”部分(参见上面的链接)

编辑

外部工具设置应该是:

  • 程序: c:\program files\dotnet\dotnet.exe
  • 参数: watch run
  • 工作目录: <path to your project folder>

关于c# - JetBrains Rider 带着 watch 运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46349038/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com