MultiTenant is an open source multi-tenancy library for modern .NET created and maintained by Finbuckle LLC. It enables tenant resolution, per-tenant app behavior, and per-tenant data isolation.
See https://www.finbuckle.com/MultiTenant for more details and documentation.
This release supports .NET 10.
Beginning with MultiTenant v10, major version releases align with .NET major version releases.
New development focuses on the latest MultiTenant release version while critical security and severe bug fixes will be released for prior versions which target .NET versions supported by Microsoft.
In general, you should target the version of MultiTenant that matches your .NET version.
Table of Contents
- What's New in v10.0.1
- Open Source Support
- Quick Start
- Documentation
- Sample Projects
- Build and Test Status
- License
- .NET Foundation
- Code of Conduct
- Community
- Building from Source
- Running Unit Tests
This section only lists release update details specific to v10.0.1. See the changelog file for all release update details.
- delegate strategy correctly resolves at runtime with derived types (#1053) (7fd5559)
- update dependencies (#1051) (944ac70)
- update dependencies (#1062) (840fbaa)
Your support helps keep the project going and is greatly appreciated!
Finbuckle.MultiTenant is primarily supported by its GitHub sponsors and contributors.
Additional support is provided by the following organizations:
MultiTenant is designed to be easy to use and follows standard .NET conventions as much as possible. See the Getting Started documentation for more details.
The library builds on on basic multi-tenant functionality to provide a variety of higher level features. See the documentation for more details:
- Per-tenant Options
- Per-tenant Authentication
- Entity Framework Core Data Isolation
- ASP.NET Core Identity Data Isolation
A variety of sample projects are available in the repository.
This project uses the Apache 2.0 license. See LICENSE file for license information.
This project is supported by the .NET Foundation.
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct or the CONTRIBUTING.md file.
Check out the GitHub repository to ask a question, make a request, or peruse the code!
From the command line clone the git repository, cd into the new directory, and compile with dotnet build.
git clone https://github.com/Finbuckle/Finbuckle.MultiTenant.git
cd Finbuckle.MultiTenant
cd Finbuckle.MultiTenant
dotnet buildRun the unit tests from the command line with dotnet test from the solution directory.
dotnet test