alexandrereyes/BlazorScopedCss

Razor Component Libraries & Multiple Assemblies

Closed this issue · 8 comments

Hi, great work so far.

I was wondering will this be supported in RCL's as well. I have tried a POC, but getting unhandled exceptions indicating the object is null, which I guess is the actual assembly not registering.

I also want to ask if there can be support for multiple assemblies, as our entire Blazor app is built using component assemblies, and therefore the extension services.AddBlazorScopedCss could maybe be adjusted to take in an array of assemblies to scan.

I was just curios if this is something that would be supported or not. I can also help with the actual code of this, if this is a direction you are willing to take.

Hi Razor Component Libraries.

I couldn't reproduce this issue, please provide an repository with this problem.