NOF.Hosting 11.0.0-nightly.1429244.fcdf0034

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

NOF.Hosting

Hosting abstraction package for the NOF Framework.

Overview

Provides the core host-builder abstraction contracts and baseline hosting capabilities used by NOF hosting implementations:

  • IHostApplicationBuilder
  • IApplicationInitializationStep
  • DependencyGraph (dependency-aware topological ordering)
  • JwtClaimsIdentity as a raw JWT-carrying identity type

This package enables host scenarios that do not require the full application/infrastructure stack.

IServiceCollection.AddNOFHosting() registers the package-local hosting defaults. Token forwarding, token exchange, and service-token acquisition are intentionally not implemented in this package.

Installation

dotnet add package NOF.Hosting

License

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 (6)

Showing the top 5 NuGet packages that depend on NOF.Hosting:

Package Downloads
NOF.Infrastructure

Unified infrastructure package for the NOF Framework — abstractions, core pipeline, OpenTelemetry integration, and service wiring.

NOF.Infrastructure.EntityFrameworkCore

Entity Framework Core persistence integration for the NOF Framework.

NOF.Hosting.Maui

.NET MAUI hosting for the NOF Framework — integrates the NOF step pipeline with the MAUI application lifecycle.

NOF.Hosting.BlazorWebAssembly

Blazor WebAssembly hosting for the NOF Framework — adapts WebAssemblyHostBuilder to the NOF application builder pipeline.

NOF.Hosting.Console

Console hosting for the NOF Framework — integrates the NOF step pipeline with Microsoft.Extensions.Hosting.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
11.0.0-nightly.1429244... 0 9/19/2026
11.0.0-nightly.1429196... 0 9/19/2026
11.0.0-nightly.1429120... 0 9/19/2026
11.0.0-nightly.1423173... 88 9/15/2026
11.0.0-nightly.1421455... 124 9/14/2026
11.0.0-nightly.1420571... 108 9/13/2026
11.0.0-nightly.1411598... 130 9/7/2026
11.0.0-nightly.1407388... 106 9/4/2026
11.0.0-nightly.1407250... 130 9/4/2026
11.0.0-nightly.1407109... 111 9/4/2026
11.0.0-nightly.1405890... 113 9/3/2026
11.0.0-nightly.1403070... 161 9/1/2026
11.0.0-nightly.1402896... 108 9/1/2026
11.0.0-nightly.1394496... 114 8/26/2026
11.0.0-nightly.1391656... 123 8/24/2026
11.0.0-nightly.1387180... 165 8/21/2026
11.0.0-nightly.1385860... 151 8/20/2026
11.0.0-nightly.1377026... 117 8/14/2026
11.0.0-nightly.1376901... 118 8/14/2026
11.0.0-nightly.1375568... 135 8/13/2026
Loading failed