dotnet / dotnet/aspnetcore

[Blazor] Blazor single project experience follow ups

Open
#49,074 4 comments 0 reactions 0 assignees View on GitHub
area-blazor feature-blazor-single-project Pillar: Complete Blazor Web task
Dominant language
C#
Stars
38.4k
Forks
10.9k
Avg merge
2d 10h
Merged PRs (30d)
281

Description

We already checked-in initial support for the single project experience in the SDK. Based on exploratory testing with the template, we've discovered a set of issues we need to address to get into a functional template:

- [x] Fix service worker being incorrectly included. https://github.com/dotnet/aspnetcore/pull/49076
- [ ] Set StaticWebAssetBasePath unconditionally to `/` in multi-targeting builds on the .NET 8.0 project. https://github.com/dotnet/sdk/pull/33649
- [ ] Put the embedded configuration rule in the web SDK https://github.com/dotnet/sdk/pull/33649
```


browser


```
- [ ] Adjust the conventions on the targets. Fix similar conventions for content https://github.com/dotnet/sdk/pull/33649
```







```
- [ ] Resolve conflicts on the template
* App styles bundle. Covered as part of https://github.com/dotnet/aspnetcore/issues/47885
* Configuration files. We need to update the Wasm SDK to provide a `AssetMergeBehavior`
- [ ] Get rid of the loading UI https://github.com/dotnet/aspnetcore/issues/49056

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.