dotnet/aspnetcore

Build WASM DevServer By Default

Open

#39.357 aperta il 6 gen 2022

Vedi su GitHub
 (6 commenti) (0 reazioni) (0 assegnatari)C# (10.653 fork)batch import
area-infrastructurehelp wanted

Metriche repository

Star
 (37.933 star)
Metriche merge PR
 (Merge medio 16g 9h) (258 PR mergiate in 30 g)

Descrizione

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

Guida contributor