dotnet/aspnetcore

Build WASM DevServer By Default

已关闭

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

 (6 条评论) (0 个反应) (0 位负责人)C# (10,653 个派生)batch import
area-infrastructurehelp wanted

仓库指标

星标
 (37,933 个星标)
PR 合并指标
 (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/*)

贡献者指南