Fdw.Hosting 1.0.0-rc.4

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

Fdw.Hosting

Host construction for an FDW application: the startup order, the phase invocation, and the middleware a host installs.

This package declares 1 interface(s), 1 model(s).

Contracts (1)

Type Kind Purpose
IWebMcpToolRegistry interface Provides access to the set of WebMCP tools discovered from decorated endpoints.

Records (1)

Type Kind Purpose
ErrorResponse class Standard error response for 500 Internal Server Error responses. Includes request ID for support…

Types (32)

Type Kind Purpose
CorsOptions class Configuration options for CORS policy. Loaded from appsettings.json "Cors" section.
ErrorEnvelopeExtensions class Helpers for emitting consistent {errorCode, messages} JSON envelopes from any endpoint.
GlobalExceptionHandlerMiddleware class Global exception handler middleware that catches unhandled exceptions and returns a standardized error…
HostingLog class MessageLogging for FDW hosting operations. EventId range: 500-550
MiddlewarePipelineExtensions class Extension methods for configuring the full HTTP middleware pipeline in correct order.
RequestContextLog class Source-generated logging methods for RequestContextMiddleware. EventId range: 549
RequestContextMiddleware class Middleware that builds an from the authenticated and stores it in for downstream use. Also establishes…
ResponseBufferingExtensions class Extension methods for the response-buffering middleware.
ResponseBufferingMiddleware class Buffers response bodies into a MemoryStream so Content-Length is set explicitly, preventing chunked…
ResponseBufferingOptions class Configuration for the framework response-buffering middleware.
SecurityHeadersOptions class Configuration options for security headers middleware.
ServiceEndpointsOptions class Downstream service endpoint URLs for API gateway proxying. Loaded from appsettings.json…

Installation

dotnet add package Fdw.Hosting --prerelease

Dependencies

Fdw.Hosting.Abstractions · Fdw.Operations · Fdw.Services.Agents · Fdw.Services.Audit · Fdw.Services.Authentication · Fdw.Services.Authentication.Abstractions · Fdw.Services.Authorization · Fdw.Services.Calculations · Fdw.Services.Connections · Fdw.Services.Data · Fdw.Services.Etl · Fdw.Services.Etl.Projects · Fdw.Services.Messaging · Fdw.Services.Multitenancy.Sql · Fdw.Services.Notifications · Fdw.Services.Pipelines · Fdw.Services.Quality · Fdw.Services.RateLimiting · Fdw.Services.Resiliency · Fdw.Services.Scheduling · Fdw.Services.SecretManagers · Fdw.Services.SessionState · Fdw.Services.Settings · Fdw.Services.Users · Fdw.Services.Workflows · Fdw.SignalR · Fdw.Web.RestEndpoints

Build-time only (generators and analyzers, not runtime dependencies): Fdw.Collections.SourceGenerators · 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 (1)

Showing the top 1 NuGet packages that depend on Fdw.Hosting:

Package Downloads
Fdw.Hosting.MsSql

Development tools and utilities for the Fdw ecosystem.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0-rc.4 170 8/19/2026
1.0.0-rc.3 191 8/17/2026
1.0.0-rc.1 83 8/10/2026