-
### Confirm you've already contributed to this project or that you sponsor it
- [X] I confirm I'm a sponsor or a contributor
### Version
4.x
### Question
Hello,
First of all as a disclaimer I …
-
Hi @AndrewTriesToCode ,
Thank you for this wonderful library and work you have done!
I am trying to integrate this with [serenity](https://github.com/serenity-is/Serenity)
following is my cla…
-
Need to remove .NET CORE 3.1 support. Example projects need to be updated to .NET 6 or .NET 7.
This will enable removing a decent amount of conditional code to work around limitations that were res…
-
Hello,
I am using multiple stores to resolve a tenant
1. WithDistributedCacheStore
2. WithHttpRemoteStore
If the 1st store does not resolve the tenant it moves to the 2nd store ([423](https:…
-
Hi,
my app startup fails because TenantInfo can't be resolved. I'm using autofac for DbContext instantiation.
I'm confused with message I get since my code uses static and not delegate strategy.
…
-
I'm using `WithBasePathStrategy()` in a Blazor Server-side application deployed on IIS.
When the base path should be extended by the tenant it is replaced instead:
The problem is that the value …
-
Hi,
I have this code:
` public class ApplicationDbContext : MultiTenantIdentityDbContext
{
public ApplicationDbContext(ITenantInfo tenantInfo, DbContextOptions options)
…
-
How can I seed multi-tenant identity objects (e.g. Users, Roles) from the middleware not to have NullReferenceException?
I checked this https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/312 …
-
### Describe what is not working as expected.
I am trying to retrieve the interfaces of entities in ModelBuilder inside OnModelCreating method.
The code I am using is:
```
var entites = bui…
-
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…