Finbuckle / Finbuckle.MultiTenant

Finbuckle.MultiTenant is an open-source multitenancy middleware library for .NET. It enables tenant resolution, per-tenant app behavior, and per-tenant data isolation.
https://www.finbuckle.com/multitenant
Apache License 2.0
1.26k stars 256 forks source link

Native AOT #833

Open funkel1989 opened 1 month ago

funkel1989 commented 1 month ago

Just had a quick question, If Finbuckle.MultiTenant supports Native AOT in Dotnet 8?

AndrewTriesToCode commented 1 month ago

I haven’t tested it but the only area where I think there could be an issue is in the custom query filter used for MultiTenantDbContext. If you try it please let me know how it goes for you.

funkel1989 commented 1 month ago

Gotcha. I can tell you that piece won't work because entity framework isn't fully compatible yet anyway. I'm working on some micro services over the next few weekds and a couple will be native aot lambdas. I'll report back if it works.