dotnet/aspnetcore

Build WASM DevServer By Default

Closed

#39,357 opened on Jan 6, 2022

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

Repository metrics

Stars
 (37,933 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide