-
-
Notifications
You must be signed in to change notification settings - Fork 274
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
Design Time Instantiation Finbuckle V9 MultiTenantIdentityDbContext #914
Comments
Hi, there is now a factory |
Hi Andrew... It sure did... Should have looked at the updated documentation...
|
This issue has been labeled inactive because it has been open 30 days with no activity. This will be closed in 7 days without further activity. |
edit: No this will not be closed--sorry about that! |
In Finbuckle V8 the MultiTenantIdentityDbContext had a constructor that accepted an ITenantInfo object. In V9 the constructors for MultiTenantIdentityDbContext only accept IMultiTenantContextAccessor<> objects, which broke my design time instantiation.
Do you have any examples of design time instantiation with MultiTenantIdentityDbContext for V9? If not I am sure I will get something working later today...
The text was updated successfully, but these errors were encountered: