Blazor Server service instance in WASM component
In my .NET 8 Blazor Web App with rendermode Auto I’ve been using server rendering so far. While trying out WASM I noticed I can’t just inject server service instances. This is because it uses its own runtime (Porject.Client) with its own DI.