dotnet/aspnetcore

Build WASM DevServer By Default

Open

#39,357 创建于 2022年1月6日

在 GitHub 查看
 (6 评论) (0 反应) (0 负责人)C# (10,653 fork)batch import
area-infrastructurehelp wanted

仓库指标

Star
 (37,933 star)
PR 合并指标
 (平均合并 16天 9小时) (30 天内合并 258 个 PR)

描述

Currently the default build scripts do not build the DevServer by default (at least in Codespaces). This issue is to consider changing that.

src/Components/WebAssembly/DevServer/src/Microsoft.AspNetCore.Components.WebAssembly.DevServer.csproj

Running into this issue on every new codespace where I'd like to debug a Blazor Wasm test app (src/Components/testassets/BasicTestApp or src/Components/WebAssembly/testassets/*)

贡献者指南