Multi Assembly wwwroot folder Loading
Hey Guys,
I loaded couple assemblies with ´McMaster.NETCore.Plugins` from type Microsoft.NET.Sdk.Razor because the Plugins i loaded have Blazor components which are registered... into the Loading Application...
Now my problem is that the css and js Isolation from BlazorComponents inside the Plugins, are in their own wwwroot and cant be loaded by the LoadingApplication.
Is there anything I can do to use the wwwroot folders of the Plugins?
2 Replies
The wwwroot of other assemblies is usually accessed through /_content/{AssemblyName}/
Even if i load it via a AssemblyLoadContext ?
Is there any way to look into it while the Application is running ?
Or is it directly denying so i cant look into that folder on my browser 😄