Razor Components do not include embedded resources from assemblies #7310
Labels
area-blazor
Includes: Blazor, Razor Components
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Just upgraded a project to Razor Components from Blazor 0.7
Unfortunately, it depends on CSS/JS-Files located in a separate assembly.
With Blazor, after declaration of these CSS/JS-Files as embedded resource with a certain name (blazor:js:** and blazor:css:**), they were packed and referenced automagically by blazor.
After migraton to Razor Components, this functionality seems to be not available any more (at least, the resources are not shipped to the browser any more)
What must be done to make inclusion of JS/CSS from separate assemblies work again?
Thanks!
The text was updated successfully, but these errors were encountered: