Themia.MultiTenancy 0.10.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Themia.MultiTenancy --version 0.10.2
                    
NuGet\Install-Package Themia.MultiTenancy -Version 0.10.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Themia.MultiTenancy" Version="0.10.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Themia.MultiTenancy" Version="0.10.2" />
                    
Directory.Packages.props
<PackageReference Include="Themia.MultiTenancy" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Themia.MultiTenancy --version 0.10.2
                    
#r "nuget: Themia.MultiTenancy, 0.10.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Themia.MultiTenancy@0.10.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Themia.MultiTenancy&version=0.10.2
                    
Install as a Cake Addin
#tool nuget:?package=Themia.MultiTenancy&version=0.10.2
                    
Install as a Cake Tool

Themia multi-tenancy — tenant resolution strategies (header/path/default), tenant stores (in-memory/cached/Dapper catalog), and ASP.NET Core middleware that bridges resolution into the framework tenant context.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Themia.MultiTenancy:

Package Downloads
Themia.Framework.Data.Dapper

Dapper + SqlKata implementation of the Themia data-access contracts: tenant isolation, audit, soft-delete, unit of work. Engine-agnostic core; add a Themia.Framework.Data.Dapper.<Engine> package for a database.

Themia.Framework.Data.EFCore

Themia canonical EF Core data layer — tenant-isolating DbContext base (global query filter, audit/soft-delete/concurrency stamping) and a pluggable database provider with a DB-per-tenant connection seam.

Themia.Framework.AspNetCore

Themia ASP.NET Core host wiring — AddThemiaAspNetCore() + UseThemia() composing the neutral ProblemDetails middleware and the Themia.MultiTenancy tenant resolution pipeline.

Themia.MultiTenancy.Mediator

Themia multi-tenancy Mediator bridge — a tenant-presence IPipelineBehavior that enforces an authenticated principal and a resolved tenant, with an opt-out marker and a privileged-role bypass.

Themia.Framework

Themia framework metapackage — one reference for the framework core set (Core, Logging, Caching, Services, MultiTenancy, Mediator, MultiTenancy.Mediator, Data.Abstractions, AspNetCore integration). Deliberately excludes the data peer: add exactly one Themia.Framework.Data.EFCore.* or Themia.Framework.Data.Dapper.* package to complete the stack.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.25.1 71 9/11/2026
0.25.0 139 9/10/2026
0.24.0 161 9/10/2026
0.23.1 443 9/7/2026
0.23.0 299 9/7/2026
0.22.1 281 9/6/2026
0.22.0 276 9/5/2026
0.21.4 420 9/4/2026
0.21.3 321 8/30/2026
0.21.2 276 8/29/2026
0.21.1 280 8/29/2026
0.21.0 271 8/29/2026
0.20.0 267 8/27/2026
0.19.0 268 8/27/2026
0.18.0 270 8/27/2026
0.17.1 286 8/25/2026
0.17.0 463 8/23/2026
0.16.2 411 8/22/2026
0.16.1 378 8/21/2026
0.10.2 338 7/29/2026
Loading failed