dazinator / Dotnettency

Mutlitenancy for dotnet applications
MIT License
111 stars 23 forks source link

Configure tentant services - provide access to ApplicationServices IServiceProvider #54

Closed dazinator closed 5 years ago

dazinator commented 5 years ago

When configuring the current tenants services, you have access to the current tenant, and the IServiceCollection being configured. It's also going to be useful to have access to ApplicationServices - so you can resolve stuff like IConfiguration and use that to drive how you set up / register particular tenants services.