dotnet/aspnetcore

Build WASM DevServer By Default

Fermée

#39 357 ouverte le 6 janv. 2022

 (6 commentaires) (0 réaction) (0 personne assignée)C# (10 653 forks)batch import
area-infrastructurehelp wanted

Métriques du dépôt

Stars
 (37 933 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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