Themia.MultiTenancy 0.8.4

dotnet add package Themia.MultiTenancy --version 0.8.4
                    
NuGet\Install-Package Themia.MultiTenancy -Version 0.8.4
                    
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.8.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Themia.MultiTenancy" Version="0.8.4" />
                    
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.8.4
                    
#r "nuget: Themia.MultiTenancy, 0.8.4"
                    
#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.8.4
                    
#: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.8.4
                    
Install as a Cake Addin
#tool nuget:?package=Themia.MultiTenancy&version=0.8.4
                    
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.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.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.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.8.4 0 7/12/2026
0.8.3 0 7/12/2026
0.8.2 0 7/12/2026
0.8.1 5 7/12/2026
0.8.0 83 7/11/2026
0.7.2 71 7/10/2026
0.7.1 184 7/8/2026
0.7.0 202 7/8/2026
0.6.9 484 6/30/2026
0.6.8 285 6/24/2026
0.6.7 722 6/23/2026
0.6.6 275 6/23/2026
0.6.5 271 6/23/2026
0.6.4 274 6/23/2026
0.6.2 231 6/22/2026
0.6.1 263 6/22/2026
0.6.0 230 6/22/2026
0.5.10 247 6/21/2026
0.5.9 301 6/20/2026
Loading failed