Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Q: Is MultiTenant compatible with Blazor? #4

Open
epsitec opened this issue Sep 16, 2024 · 1 comment
Open

Q: Is MultiTenant compatible with Blazor? #4

epsitec opened this issue Sep 16, 2024 · 1 comment

Comments

@epsitec
Copy link
Contributor

epsitec commented Sep 16, 2024

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(...));
@epsitec epsitec changed the title Is MultiTenant compatible with Blazor Q: Is MultiTenant compatible with Blazor? Sep 16, 2024
@myquay
Copy link
Owner

myquay commented Sep 24, 2024

Hi @epsitec,

It's not a use case I have explicitly worked through, but I think it would be nice to have compatibility out of the box. Are you able to provide a minimal example project of what you're looking to achieve so I can work through it with you and see if it's possible to support?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants