Finbuckle.MultiTenant icon indicating copy to clipboard operation
Finbuckle.MultiTenant copied to clipboard

Finbuckle.MultiTenant is an open-source multitenancy middleware library for .NET. It enables tenant resolution, per-tenant app behavior, and per-tenant data isolation.

Results 109 Finbuckle.MultiTenant issues
Sort by recently updated
recently updated
newest added

Is it possible to add an option for using custom TenantId type, instead of string ? Guid ,long, int are good examples of better types which are spread all over...

enhancement
pinned

Hey there, I have some ideas / questions regarding DB performance in efcore. 1. `Finbuckle.MultiTenant.Internal.Constants.TenantIdMaxLength` Could this be not internal so I could set the max length myself? Especially in...

question
stale

It will be very useful to have an example how to use Finbuckle.MultiTenant in a Blazor Web Server. Do you have a plan to create one?

question
pinned

Hi, When using Blazor Server Side and configuring the Azure SignalR Service looks like services.AddMultiTenant conflicts with it. To enable Azure SignalR is simple: install the nuget package. Then addig...

question
pinned

Add support for https://docs.microsoft.com/en-us/ef/core/logging-events-diagnostics/interceptors Today, when using Data Isolation with Entity Framework Core - Shared Database, we have two options: 1. Implement IMultiTenantDbContext and used the helper methods as [described...

enhancement
pinned

Hello! I have a few things to share about `Finbuckle.MultiTenant` going forward. First, thank you to my handful of sponsors and contributors! Your support makes all the difference, and I...

announcement
pinned

Hello, I managed to use Finbuckle using Host Strategy in a Blazor Server App .NET 6. And it works really well! However, when changing to WithBasePathStrategy I get a "Sorry,...

enhancement
pinned

Hello all, I've updating the contributing guidelines in the project. See the new guidelines below and let me know if you have any concerns. Thanks! # Contributing Contributions are always...

announcement
pinned

Hello, We have an issue using multitenant inside Hangfire batch. We are using multitenant in header strategy and when we are in controllers everything is fine. But for some reasons...

enhancement
question
pinned

Hi and happy new year! I was wondering, is it safe to use .AddDbContextPool() instead of .AddDbContext() or could there be issues with tenants since the first method reuses instances...

enhancement
question
pinned