Blazor using global:: even if referenced in _Imports.razor
In my Blazor client app i do not understand why there is a global::
prefix in my references DLL.
Loading module from “…/_framework/dotnet.js” was blocked because of a disallowed MIME type (“text/html”)
My project runs fine on local host, but when I publish a Blazor WebAssembly app to Azure I get: