dotnet/aspnetcore

Build WASM DevServer By Default

Open

#39,357 opened on 2022年1月6日

GitHub で見る
 (6 comments) (0 reactions) (0 assignees)C# (10,653 forks)batch import
area-infrastructurehelp wanted

Repository metrics

Stars
 (37,933 stars)
PR merge metrics
 (平均マージ 16d 9h) (30d で 258 merged PRs)

説明

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/*)

コントリビューターガイド