NGB.Platform.Core
2.0.0
dotnet add package NGB.Platform.Core --version 2.0.0
NuGet\Install-Package NGB.Platform.Core -Version 2.0.0
<PackageReference Include="NGB.Platform.Core" Version="2.0.0" />
<PackageVersion Include="NGB.Platform.Core" Version="2.0.0" />
<PackageReference Include="NGB.Platform.Core" />
paket add NGB.Platform.Core --version 2.0.0
#r "nuget: NGB.Platform.Core, 2.0.0"
#:package NGB.Platform.Core@2.0.0
#addin nuget:?package=NGB.Platform.Core&version=2.0.0
#tool nuget:?package=NGB.Platform.Core&version=2.0.0
NGB.Platform.Core
Core NGB Platform primitives shared across runtime, persistence, definitions, and host packages.
Install
dotnet add package NGB.Platform.Core
What It Contains
- Document, catalog, audit log, security, reporting, lock, and dimension primitives.
- Stable platform value objects and records.
- Common domain concepts that are intentionally below runtime orchestration.
Notes
Use this package when building platform extensions that need durable NGB concepts but should not depend on runtime execution or concrete persistence.
| 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
- NGB.Platform.Tools (>= 2.0.0)
NuGet packages (9)
Showing the top 5 NuGet packages that depend on NGB.Platform.Core:
| Package | Downloads |
|---|---|
|
NGB.Platform.Metadata
Metadata model and descriptors for NGB Platform catalogs, documents, fields, tables, lookups, and UI surfaces. |
|
|
NGB.Platform.Accounting
Accounting domain primitives, ledger semantics, posting contracts, and financial reporting models for NGB Platform. |
|
|
NGB.Platform.OperationalRegisters
Operational register contracts, naming, period helpers, and validation exceptions for NGB Platform register-based state. |
|
|
NGB.Platform.ReferenceRegisters
Reference register contracts, metadata integration, naming, periodicity, and validation exceptions for NGB Platform. |
|
|
NGB.Platform.Persistence
Provider-agnostic persistence contracts for NGB Platform documents, catalogs, accounting, registers, reporting, audit, and unit-of-work boundaries. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Major release: replace legacy document UI effects and derivation APIs with metadata-driven Document Actions, and add the NGB Work Center.