-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Open
Labels
✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Resolved because the question asked by the original author has been answered.Status: Resolvedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsquestion
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
Adding a setting <DebugType>embedded</DebugType> to a Blazor WebAssembly client project will cause an exception with this message in the console
Setting it to "portable" solves the issue.
Expected Behavior
Not really sure if this is a regression from 9, this might not / should not have worked in the first place perhaps.
Steps To Reproduce
To reproduce:
- Create new Blazor Web App project with interactive WebAssembly
- Modify the Client project to include embedded
- Clean bin/obj dirs
- Debug and open the Counter page, observe the error
Exceptions (if any)
No response
.NET Version
10.0.100
Anything else?
No response
Metadata
Metadata
Assignees
Labels
✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Resolved because the question asked by the original author has been answered.Status: Resolvedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsquestion