NOF.Infrastructure.Core
7.0.0
See the version list below for details.
dotnet add package NOF.Infrastructure.Core --version 7.0.0
NuGet\Install-Package NOF.Infrastructure.Core -Version 7.0.0
<PackageReference Include="NOF.Infrastructure.Core" Version="7.0.0" />
<PackageVersion Include="NOF.Infrastructure.Core" Version="7.0.0" />
<PackageReference Include="NOF.Infrastructure.Core" />
paket add NOF.Infrastructure.Core --version 7.0.0
#r "nuget: NOF.Infrastructure.Core, 7.0.0"
#:package NOF.Infrastructure.Core@7.0.0
#addin nuget:?package=NOF.Infrastructure.Core&version=7.0.0
#tool nuget:?package=NOF.Infrastructure.Core&version=7.0.0
NOF.Infrastructure.Core
Core infrastructure package for the NOF Framework.
Overview
Provides the foundational infrastructure layer: the INOFAppBuilder application builder, the dependency-aware step pipeline for ordered service registration and application initialization, OpenTelemetry integration, and core service abstractions.
Key Concepts
Application Builder
INOFAppBuilder is the central entry point for configuring a NOF application. It orchestrates two phases:
- Service Registration —
IServiceRegistrationStepimplementations register DI services - Application Initialization —
IApplicationInitializationStepimplementations configure the runtime pipeline
Step Pipeline
Steps declare dependencies via IAfter<T> and IBefore<T>, and the framework executes them in topological order:
public class MyDatabaseStep : IServiceRegistrationStep, IAfter<IBaseSettingsServiceRegistrationStep>
{
public ValueTask ExecuteAsync(INOFAppBuilder builder)
{
// Register database services — guaranteed to run after settings are available
}
}
Predefined Steps
The framework provides ordered initialization phases:
DataSeed → Observability → Security → ResponseFormatting → Authentication → BusinessLogic → Endpoints
OpenTelemetry
Built-in tracing, metrics, and logging via OTLP exporter, with HTTP instrumentation included.
Installation
dotnet add package NOF.Infrastructure.Core
License
Apache-2.0
| Product | Versions 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. |
-
net10.0
- NOF.Infrastructure.Abstraction (>= 7.0.0)
- OpenTelemetry.Exporter.OpenTelemetryProtocol (>= 1.15.0)
- OpenTelemetry.Extensions.Hosting (>= 1.15.0)
- OpenTelemetry.Instrumentation.Http (>= 1.15.0)
- OpenTelemetry.Instrumentation.Runtime (>= 1.15.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on NOF.Infrastructure.Core:
| Package | Downloads |
|---|---|
|
NOF.Extensions.Auth.Jwt.Client
JWT client extension for the NOF Framework — JWKS retrieval and shared token infrastructure. |
|
|
NOF.Extensions.Auth.Jwt
JWT authority extension for the NOF Framework — token issuance, JWKS, key derivation, and refresh token management. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 7.1.0-nightly.1166810.d3113ab | 67 | 3/21/2026 |
| 7.1.0-nightly.1163073.4d806de | 67 | 3/18/2026 |
| 7.1.0-nightly.1162972.49c4353 | 67 | 3/18/2026 |
| 7.1.0-nightly.1162827.84e4b3a | 65 | 3/18/2026 |
| 7.1.0-nightly.1159824.6c44622 | 67 | 3/16/2026 |
| 7.1.0-nightly.1152597.510d4a6 | 64 | 3/11/2026 |
| 7.1.0-nightly.1152463.f4925f4 | 73 | 3/11/2026 |
| 7.1.0-nightly.1151567.35d23e1 | 68 | 3/10/2026 |
| 7.1.0-nightly.1150087.067890f | 68 | 3/9/2026 |
| 7.1.0-nightly.1148796.64cbe7e | 62 | 3/8/2026 |
| 7.1.0-nightly.1147115.cc50a47 | 72 | 3/7/2026 |
| 7.1.0-nightly.1146486.9631e24 | 75 | 3/7/2026 |
| 7.1.0-nightly.1144348.972168f | 61 | 3/5/2026 |
| 7.1.0-nightly.1143998.52e6c90 | 69 | 3/5/2026 |
| 7.0.0 | 171 | 3/5/2026 |
| 7.0.0-nightly.1143920.2e4fa31 | 65 | 3/5/2026 |
| 6.5.2-nightly.1143884.2e4fa31 | 72 | 3/5/2026 |
| 6.5.2-nightly.1143773.f124dde | 69 | 3/5/2026 |
| 6.5.2-nightly.1143765.6c38f43 | 60 | 3/5/2026 |
| 6.5.2-nightly.1143749.ca5bbf2 | 67 | 3/5/2026 |