You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I)MultiTenantContext and (I)TenantInfo are no longer available via dependency injection. Use
IMultiTenantContextAccessor instead. MultiTenantDbContex and MultiTenantIdentityDbContext will require a new
constructor that injects IMultiTenantContextAccessor or IMultiTenantContext.
Many namespaces have been updated for consistency. Most code will only need to use the Finbuckle.MultiTenant or
Finbuckle.MultiTenant.Abstractions namespace.
Connection string is removed from ITenantInfo and the default TenantInfo implementation.
Added support for OptionsBuilder API and more efficient per-tenant options overall.
WithPerTenantOptions replaced by ConfigurePerTenant service collection extensions methods.
Unique indexes and the UserLogin primary key in the standard Identity models adjusted to include tenant id.
IMultiTenantContext nullability reworked and should never be null.