【发布时间】:2020-06-20 16:59:13
【问题描述】:
我在 vscode 中运行 net.core 2.0 应用程序时遇到问题。我安装了 angular cli 项目,然后使用 dotnet new webapi 安装了 net.core 2.0 项目。
当我使用命令 dotnet run 时,我可以看到 kestrel 正在运行:
PS D:\CodePlayground\my-dream-app> dotnet run 使用启动设置 来自 D:\CodePlayground\my-dream-app\Properties\launchSettings.json... 托管环境:开发内容根路径: D:\CodePlayground\my-dream-app 现在正在听: http://localhost:28009
它适用于 Visual Studio 2017、iis 或自托管。
【问题讨论】:
标签: c# asp.net-core visual-studio-code