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

fix: only throw exception in EnforceMultiTenant for null tenant if th… #819

Closed AndrewTriesToCode closed 2 months ago

AndrewTriesToCode commented 2 months ago

…ere are entity changes.

Fixes #815