dotnet/aspnetcore

Build WASM DevServer By Default

Open

#39.357 aberto em 6 de jan. de 2022

Ver no GitHub
 (6 comments) (0 reactions) (0 assignees)C# (10.653 forks)batch import
area-infrastructurehelp wanted

Métricas do repositório

Stars
 (37.933 stars)
Métricas de merge de PR
 (Mesclagem média 16d 9h) (258 fundiu PRs em 30d)

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

Guia do colaborador