Winglet.Tenancy.Lifecycle.Server 0.1.1

dotnet add package Winglet.Tenancy.Lifecycle.Server --version 0.1.1
                    
NuGet\Install-Package Winglet.Tenancy.Lifecycle.Server -Version 0.1.1
                    
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="Winglet.Tenancy.Lifecycle.Server" Version="0.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Winglet.Tenancy.Lifecycle.Server" Version="0.1.1" />
                    
Directory.Packages.props
<PackageReference Include="Winglet.Tenancy.Lifecycle.Server" />
                    
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 Winglet.Tenancy.Lifecycle.Server --version 0.1.1
                    
#r "nuget: Winglet.Tenancy.Lifecycle.Server, 0.1.1"
                    
#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 Winglet.Tenancy.Lifecycle.Server@0.1.1
                    
#: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=Winglet.Tenancy.Lifecycle.Server&version=0.1.1
                    
Install as a Cake Addin
#tool nuget:?package=Winglet.Tenancy.Lifecycle.Server&version=0.1.1
                    
Install as a Cake Tool

Winglet.Tenancy.Lifecycle.Server

Thin ASP.NET Core integration for the accepted ADR-020 tenant lifecycle protocol. It owns common route binding, service-only authorization, tenant.lifecycle.manage policy composition, controlled target-tenant scope establishment and protocol result mapping.

The target service owns ITenantLifecycleTarget, durable lifecycle state, transactions, domain behavior and internal asynchronous work. This package does not provide EF Core, repositories, a state-machine framework, workers, CustomerAccount orchestration, entitlement logic or target-service metadata.

builder.Services.AddWingletAuthentication(configuration);
builder.Services.AddWingletTenantLifecycleServer<MyLifecycleTarget>();
app.UseAuthentication();
app.UseWingletAuthenticationContext();
app.UseAuthorization();
app.MapWingletTenantLifecycle<MyLifecycleTarget>();

The endpoint order is authenticate, authorize the service-only caller and tenant.lifecycle.manage, validate the route TenantId, establish the controlled TenantContext, then invoke the target. The route TenantId is an administrative target and never becomes trusted merely because it was supplied by the caller.

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.1 70 9/8/2026
0.1.0 73 9/8/2026