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.32k stars 267 forks source link

Restructure project dependecies #149

Closed AndrewTriesToCode closed 5 years ago

AndrewTriesToCode commented 5 years ago

Currently MultiTenant.Finbuckle package pulls in:

However internally things are so clean. For example Finbuckle.MultiTenant.Core references Entity Framework because of the EFCoreStore... which means it pulls in a bunch of stuff even if you aren't using EFCore.

For 4.0 I plan to fix this.

AndrewTriesToCode commented 5 years ago

Closed with moved to netcore3