Finbuckle / Finbuckle.MultiTenant

Finbuckle.MultiTenant is an open-source multitenancy middleware library for .NET. It enables tenant resolution, per-tenant app behavior, and per-tenant data isolation.
https://www.finbuckle.com/multitenant
Apache License 2.0
1.32k stars 267 forks source link

Pending update to EFCore Store documentation. #199

Closed kamalraturi closed 4 years ago

kamalraturi commented 4 years ago

Hi, yeah I have a pending update to that documentation. I recommend using a design time factory for migrations as the EF Core documentation describes. Then to create the dB context a simple dummy tenant can be used.

Also I have pending updates that don’t require inheriting from MultiTenantDbContext to give you more flexibility.

Hi @achandlerwhite , thanks for this great MultiTenant solution. I tried use this without inmemory (having sql-server as stores) but documentation (https://www.finbuckle.com/MultiTenant/Docs/Stores) is not available yet. I pushed my repo to github. Can you help me on the sample project asp.net core 3.0 "EFCoreStoreSample"? Here is the repo: https://github.com/kamalraturi/Finbuckle.MultiTenant

Originally posted by @kamalraturi in https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/195#issuecomment-561138889

AndrewTriesToCode commented 4 years ago

hi @kamalraturi sorry the late reply. Sure I am taking a look and update my response.

stale[bot] commented 4 years ago

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.