gpt4 book ai didi

c# - 如何在 c# 文件更改后自动运行 asp.net 核心应用程序

转载 作者:行者123 更新时间:2023-11-30 14:24:54 25 4
gpt4 key购买 nike

我正在运行 ASP.NET CoreVisual Studio Code 上申请在 Mac 上。要运行应用程序,我使用 dotnet run从终端。

每当我对 C# 中的一个进行更改时文件,我必须通过点击 ctrl+c 来停止并重新启动应用程序首先和dotnet run再次。

我观看了 Scott Allen 的 Pluralsight 类(class),他在其中使用 Visual Studio在编辑任何 C# 之后文件,他只是重新加载页面并显示更改。我想知道我是否可以在 Visual Studio Code 中做同样的事情.

最佳答案

我认为 dotnet watch应该管用。请参阅链接中的文档,因为有各种选项。在这里,我复制了它应该工作的顺序。

  1. Add Microsoft.DotNet.Watcher.Tools to the tools section of the project.json file
  2. Run dotnet restore
  3. Execute with dotnet watch run

关于c# - 如何在 c# 文件更改后自动运行 asp.net 核心应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40468641/

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