NGB.Platform.Tools 1.3.1

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

NGB.Platform.Tools

Foundational utilities for NGB Platform.

Install

dotnet add package NGB.Platform.Tools

What It Contains

  • NGB exception base types and error taxonomy.
  • Code and identifier normalization helpers.
  • Date, time, enum, GUID, and JSON extension helpers.
  • Deterministic helper utilities used across platform packages.

Notes

This is the lowest-level NGB Platform package and has no dependency on business runtime, persistence, ASP.NET Core, or PostgreSQL packages.

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

Showing the top 5 NuGet packages that depend on NGB.Platform.Tools:

Package Downloads
NGB.Platform.Core

Core NGB Platform primitives for documents, catalogs, audit log, security, dimensions, and reporting.

NGB.Platform.Metadata

Metadata model and descriptors for NGB Platform catalogs, documents, fields, tables, lookups, and UI surfaces.

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.Accounting

Accounting domain primitives, ledger semantics, posting contracts, and financial reporting models for NGB Platform.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.3.1 87 7/11/2026
1.3.0 85 7/11/2026

Ensure packaged dashboard stylesheets are included in consuming application publish output.