How to share the non-scoped styles in “.NET MAUI Blazor Hybrid and Web App” multiproject?
Summary The issue occurs because the DisableScopedCssBundling property effectively bypasses the automatic Static Web Asset bundling pipeline. When applied to a .NET MAUI Blazor Hybrid and Web App multiproject (specifically within the Shared project), the build system stops generating the virtual _content/{AssemblyName}.styles.css file that the host projects expect to load. Furthermore, the user is utilizing … Read more