MultiTenant solves in a very nice way what I was trying to accomplish. I am experimenting with it and can't manage to have Blazor components @inject services declared through WithTenantedServices(). Now, I wonder if I am doing something wrong, or if perhaps the middleware code is not compatible with SignalR:
context.Features.Set<IServiceProvidersFeature>(new RequestServicesFeature(...));
MultiTenantsolves in a very nice way what I was trying to accomplish. I am experimenting with it and can't manage to have Blazor components@injectservices declared throughWithTenantedServices(). Now, I wonder if I am doing something wrong, or if perhaps the middleware code is not compatible with SignalR: