Winglet.Tenancy.Lifecycle.Client 0.1.0

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

Winglet.Tenancy.Lifecycle.Client

This package is a thin typed service-to-service HTTP adapter for the Winglet.NET tenant lifecycle contract.

Registration

Configure the target service address through strongly typed Options:

builder.Services.AddWingletTenantLifecycleClient(options =>
{
    options.BaseAddress = new Uri("https://target-service.example/");
});

The consuming service composes its normal service-only authentication handler on the HttpClient pipeline. The package does not parse user tokens, implement on-behalf-of delegation, or hard-code CustomerAccount as the caller.

The target service must authorize the caller with the capability tenant.lifecycle.manage before it accepts a route TenantId as an administrative target scope.

Behavior

The client uses the canonical versioned routes under /api/v1/tenants/{tenantId}/lifecycle. It sends only operationId, lifecycleRevision and correlationId in state-changing request bodies.

The operation metadata is never regenerated by the client. A caller that retries a lifecycle write supplies the same request, so the operationId and lifecycleRevision remain stable. Standard .NET HTTP resilience is enabled for bounded transient retries; the lifecycle write contract is explicitly idempotent and operation_in_progress is not a transient retry condition.

Successful 200 and 202 responses are returned as typed contracts. Remote Problem Details failures are exposed through one categorical TenantLifecycleClientException with the stable remote code available.

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.0 104 9/1/2026