Goldpath.Sdk 0.1.0-preview.8

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

Goldpath.Sdk

The module SDK seam (platform RFC D1, ADR-0012): the admin-surface contract every Goldpath module composes from — first-party modules in the Goldpath monorepo and product modules in their own repos alike. Before this package the seam was compile-linked shared source, which cannot leave the monorepo; a product module binds HERE the way Goldpath binds to Mediant.

What it carries

  • AdminSurfaceGuard — the H2 auth floor in one place: every admin mapper applies the fail-closed ops policy; exposeUnsecured is a visible, warning-logged opt-out.
  • AdminTenantScope — admin-contract revision R1: on a multi-tenant app every admin read/verb scopes to the ambient tenant; crossing the fence demands GoldpathPolicies.OpsAllTenants and is logged with the actor.
  • AdminPaging — the frozen contract's paging clamp ([1, 500]); an absurd take can never become an unbounded query.
  • TraceLink — stored W3C traceparent → span links, for spans born off-request (Quartz threads) that must point at the trace that caused the work.

Who uses it

Every module with an admin surface (Jobs, Bulk, Archival, Notification, Campaign) and the console package. A product module's admin endpoints call the same four types — that is what makes its surface answer, refuse, page and trace exactly like the family's.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  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 (8)

Showing the top 5 NuGet packages that depend on Goldpath.Sdk:

Package Downloads
Goldpath.Jobs

L2 of the Goldpath execution ladder: scheduled and long-running work on a CLUSTERED Quartz.NET persistent store (exactly-once firing, misfire handling, automatic failover) with the Goldpath run model on top - chunked/checkpointed/resumable runs, per-item failure isolation, live progress and deadline prediction, completion chaining. The qrtz_ schema ships as EF model contributions, so the store never escapes migration discipline (jobs RFC D2).

Goldpath.Notification

Transactional notifications for the Goldpath enterprise asset: one domain event becomes one message with enterprise discipline - durable evidence rows (who/when/what answered by query, template-hash proof after body retention), idempotent send (a required unique dedup key; a retry storm cannot double-send), claim-before-send semantics with repair-queue replay, culture-aware code templates, and channel seams (email via MailKit + webhook shipped; SMS pluggable). Sending runs on Goldpath.Jobs (notification RFC D1-D7).

Goldpath.Bulk

File/set intake for the Goldpath enterprise asset (L3 of the execution ladder): content-addressed same-database file store, CSV parsing behind a format seam, typed per-row validation with a value-free report, an audited approve/reject gate, and execution of approved batches as Goldpath.Jobs runs - chunked, checkpointed, resumable, with row failures isolated into the repair queue and claim-before-side-effect semantics (bulk RFC D1-D7).

Goldpath.Console

The Goldpath operations console, served by YOUR management head: MapGoldpathConsole() maps the built single-page console as embedded static assets, behind the same ops floor as the admin surfaces. Adopters never run Node — the dist is built once by Goldpath's CI and shipped inside this package.

Goldpath.Archival

The data lifecycle after "hot" for the Goldpath enterprise asset: declarative retention per aggregate, archive runs that move whole GRAPHS into a tamper-evident same-database store (SHA-256 hash chain), row-retention purges for high-volume detail, legal hold, and erasure that composes with retention. Runs execute on Goldpath.Jobs - chunked, checkpointed, resumable, visible in the same console (archival RFC D1-D7).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.0-preview.8 135 9/7/2026
0.1.0-preview.7 126 9/1/2026