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
Renamed WithMongoDbStore to WithMongoFrameworkStore
Moved PerTenantConnectionString default to the PerTenantConnection class rather than the tenant store.
Added several PerTenantConnection extensions to the service collection to make it more concise in app setup
Changed MongoTenantStore to use a more narrow interface, IMongoTenantStoreContext and IMongoTenantStoreConnection so they don't grab the first IMongoDbContext or Connection available
Related to that, added standard tenantstore connection/context implementations and register them in WithMongoFrameworkStore for simplicity.