dotnet/aspnetcore

Build WASM DevServer By Default

Open

#39 357 ouverte le 6 janv. 2022

Voir sur GitHub
 (6 commentaires) (0 réactions) (0 assignés)C# (10 653 forks)batch import
area-infrastructurehelp wanted

Métriques du dépôt

Stars
 (37 933 stars)
Métriques de merge PR
 (Merge moyen 16j 9h) (258 PRs mergées en 30 j)

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

Guide contributeur