水可载舟,亦可覆舟|

Z_DK

园龄:3年6个月粉丝:2关注:11

.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"
  }
}

本文作者:Z_DK

本文链接:https://www.cnblogs.com/xslx/p/17295116.html

版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议进行许可。

posted @   Z_DK  阅读(157)  评论(0编辑  收藏  举报
点击右上角即可分享
微信分享提示
评论
收藏
关注
推荐
深色
回顶
收起