调用asp.net核心项目的启动配置文件时,launchBrowser不起作用

当我运行“ dotnet watch run --launch-profile Watch”时,项目启动,但是没有启动浏览器。

launchSettings.json ,个人资料观看

"Watch": {
  "commandName": "Project","executablePath": "C:\\Program Files\\dotnet\\dotnet.exe","workingDirectory": "$(ProjectDir)","launchBrowser": true,"launchUrl": "https://localhost:5001/","applicationUrl": "https://localhost:5001/","environmentVariables": {
    "ASPNETCORE_ENVironMENT": "Development"
  }
}
ptxncxf 回答:调用asp.net核心项目的启动配置文件时,launchBrowser不起作用

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/2850116.html

大家都在问