I have not found a solution (or example of) using multitenancy with a generic host in C#.
The examples given in the Autofac repository (ConsoleApp, MVC and WCF) uses a strategy that is not supported (as I see it) with generic host (access to IContainer instance).
Is there a way to use multitenancy with generic host and Autofac?
Thanks!
I read the examples and experimented a bit, but did not find a solution.
New contributor
Jan Johansson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.