Fdw.Services.Settings.Endpoints 1.0.0-rc.9

This is a prerelease version of Fdw.Services.Settings.Endpoints.
dotnet add package Fdw.Services.Settings.Endpoints --version 1.0.0-rc.9
                    
NuGet\Install-Package Fdw.Services.Settings.Endpoints -Version 1.0.0-rc.9
                    
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="Fdw.Services.Settings.Endpoints" Version="1.0.0-rc.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fdw.Services.Settings.Endpoints" Version="1.0.0-rc.9" />
                    
Directory.Packages.props
<PackageReference Include="Fdw.Services.Settings.Endpoints" />
                    
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 Fdw.Services.Settings.Endpoints --version 1.0.0-rc.9
                    
#r "nuget: Fdw.Services.Settings.Endpoints, 1.0.0-rc.9"
                    
#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 Fdw.Services.Settings.Endpoints@1.0.0-rc.9
                    
#: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=Fdw.Services.Settings.Endpoints&version=1.0.0-rc.9&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Fdw.Services.Settings.Endpoints&version=1.0.0-rc.9&prerelease
                    
Install as a Cake Tool

Fdw.Services.Settings.Endpoints

Endpoint bases for layered settings.

Endpoint base classes for this domain's HTTP surface. A host closes over a base with a sealed endpoint that supplies its route; the base supplies the validate → service → map → send shape.

An endpoint is an HTTP orchestrator. It does not open a gateway, and it does not carry business logic — anything a background job would also need belongs in the service.

Endpoint bases

Type Kind Purpose
CreateRoleSettingEndpointBase class Base endpoint for creating a role-level setting override.
CreateServerSettingEndpointBase class Base endpoint for creating a new server-level setting.
CreateTenantSettingEndpointBase class Base endpoint for creating a tenant-level setting override.
GetServerSettingEndpointBase class Base endpoint for getting a server-level setting by name.
ListRoleSettingsEndpointBase class Base endpoint for listing role-level setting overrides.
ListServerSettingsEndpointBase class Base endpoint for listing all server-level settings.
ListTenantSettingsEndpointBase class Base endpoint for listing tenant-level setting overrides.
UpdateRoleSettingEndpointBase class Base endpoint for updating a role-level setting override.
UpdateServerSettingEndpointBase class Base endpoint for updating an existing server-level setting.
UpdateTenantSettingEndpointBase class Base endpoint for updating a tenant-level setting override.

Request and response models

Endpoint-layer models are named Request / Response; the client layer names its equivalents Payload. The two layers are deliberately separate.

Type Kind Purpose
CreateRoleSettingRequest class Request DTO for creating a role-level setting override.
CreateServerSettingRequest class Request DTO for creating a new server-level setting.
CreateTenantSettingRequest class Request DTO for creating a tenant-level setting override.
SettingNameRequest class Request DTO that identifies a setting by name.
UpdateRoleSettingRequest class Request DTO for updating a role-level setting override.
UpdateServerSettingRequest class Request DTO for updating a server-level setting.
UpdateTenantSettingRequest class Request DTO for updating a tenant-level setting override.

Installation

dotnet add package Fdw.Services.Settings.Endpoints --prerelease

Dependencies

Fdw.Hosting · Fdw.MessageLogging.Abstractions · Fdw.Services.Abstractions · Fdw.Services.Settings · Fdw.Web.RestEndpoints

Build-time only (generators and analyzers, not runtime dependencies): Fdw.MessageLogging.SourceGenerators


Part of FractalDataWorks 1.0.0-rc.1. Licensed under Apache-2.0.

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
1.0.0-rc.9 5 8/25/2026
1.0.0-rc.8 30 8/25/2026
1.0.0-rc.6.1 49 8/20/2026
1.0.0-rc.6 61 8/20/2026
1.0.0-rc.5 114 8/19/2026
1.0.0-rc.4 51 8/19/2026
1.0.0-rc.3 89 8/17/2026
1.0.0-rc.1 60 8/10/2026