.net rider热更新问题

发布时间 2023-04-07 10:15:27作者: Z_DK

这点不如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"
  }
}