Winglet.Tenancy
0.1.0
dotnet add package Winglet.Tenancy --version 0.1.0
NuGet\Install-Package Winglet.Tenancy -Version 0.1.0
<PackageReference Include="Winglet.Tenancy" Version="0.1.0" />
<PackageVersion Include="Winglet.Tenancy" Version="0.1.0" />
<PackageReference Include="Winglet.Tenancy" />
paket add Winglet.Tenancy --version 0.1.0
#r "nuget: Winglet.Tenancy, 0.1.0"
#:package Winglet.Tenancy@0.1.0
#addin nuget:?package=Winglet.Tenancy&version=0.1.0
#tool nuget:?package=Winglet.Tenancy&version=0.1.0
Winglet.Tenancy
Winglet.Tenancy provides the Winglet.NET core tenancy contracts and runtime integration defined by ADR-019.
Register tenancy with the service implementation's fixed capability:
builder.Services.AddWingletTenancy(
builder.Configuration,
TenancyCapability.SharedDatabase);
Application code reads the trusted current tenant through ITenantContextAccessor. Authentication, background-worker, administrative, and test infrastructure can establish a bounded tenant scope through ITenantContextScopeFactory after it has obtained a trusted TenantId.
The package does not parse authentication tokens, depend on HttpContext, implement authorization, integrate with EF Core, resolve secrets, or provide a tenant registry.
| Product | Versions 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. |
-
net10.0
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.11)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Winglet.Tenancy:
| Package | Downloads |
|---|---|
|
Winglet.Authentication
Shared Winglet.NET authentication and trusted request-context integration. |
|
|
Winglet.Tenancy.Lifecycle.Server
Thin ASP.NET Core integration for the Winglet.NET tenant lifecycle protocol. |
|
|
Winglet.Tenancy.Lifecycle.Contracts
Stable Winglet.NET tenant lifecycle protocol contracts. |
|
|
Winglet.Tenancy.EntityFrameworkCore
EF Core integration for Winglet.NET SharedDatabase tenant isolation. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.0 | 384 | 8/29/2026 |