我使用Visual Studio与ASP.NET Core并使用F5或Ctrl + F5(不直接使用命令行)运行网站.我想使用"dotnet watch"功能来确保动态获取所有更改以避免再次启动服务器.似乎使用命令行你会使用"dotnet watch run",但Visual Studio使用launchSettings.json并在幕后操作,如果我理解正确的话.
如何在那里连接"dotnet手表"?
dnx kestrel-http-server asp.net-core
asp.net-core ×1
dnx ×1
kestrel-http-server ×1