-
Notifications
You must be signed in to change notification settings - Fork 6
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
Can you add support/extension to register multitenant container #18
Labels
enhancement
New feature or request
Comments
I will take a look on that, thanks for your suggestion |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
junalmeida
added a commit
that referenced
this issue
Oct 14, 2022
* Deprecate UseLogger * Example with v3
junalmeida
added a commit
that referenced
this issue
Oct 14, 2022
* Deprecate UseLogger * Example with v3 * Fix build process * Fix documentation
@ssunkari Syntax has changed and that may allow to inject a multitenant container. Let me know if that works for you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://autofac.readthedocs.io/en/latest/advanced/multitenant.html
Below is the config for web host builder
builder.UseServiceProviderFactory(new AutofacMultitenantServiceProviderFactory(ConfigureMultitenantContainer));
The text was updated successfully, but these errors were encountered: