.net rider热更新问题

这点不如vs
lunchSettings.json profiles下添加

"profiles": {
  "httpsWatch": {
    "commandName": "Executable",
    "executablePath": "dotnet",
    "workingDirectory": "$(ProjectDir)",
    "hotReloadEnabled": true,
    "hotReloadProfile": "aspnetcore",
    "commandLineArgs": "watch run",
    "launchBrowser": true,
    "environmentVariables": {
      "ASPNETCORE_ENVIRONMENT": "Development"
    },
    "applicationUrl": "http://localhost:5215"
  }
}
posted @ 2023-04-07 10:13  Z_DK  阅读(118)  评论(0编辑  收藏  举报