Nghex.Core 1.0.16

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

Nghex Framework Packages

Nghex is a modular .NET framework for building enterprise applications with composable building blocks.

Package modules

  • Nghex.Core: Core primitives and runtime building blocks.
  • Nghex.Utilities: Shared utilities and extension methods.
  • Nghex.Base.Abstractions: Optional persistence abstractions.
  • Nghex.Data: Optional database setup and data access infrastructure.
  • Nghex.Configuration: Configuration conventions and framework wiring.
  • Nghex.Identity: Identity and access management capabilities.
  • Nghex.Web.AspNetCore: ASP.NET Core integration and web conventions.
  • Nghex.Logging: Centralized logging abstractions.
  • Nghex.Licensing: License validation and runtime licensing support.
  • Nghex.Plugins: Plugin discovery, loading, and orchestration.
  • Nghex.Plugins.Abstractions: Plugin contracts and extension points.
  • Nghex.Realtime.SignalR: Realtime communication support using SignalR.

Getting started

  1. Install the package you need from NuGet.
  2. Register Nghex services in your application startup.
  3. Configure module options in your app configuration.

For detailed setup and samples, refer to the source repository and module documentation.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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 was computed.  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 (7)

Showing the top 5 NuGet packages that depend on Nghex.Core:

Package Downloads
Nghex.Licensing

Provides license validation and runtime licensing support for Nghex applications.

Nghex.Identity

Provides identity and access management capabilities for Nghex applications.

Nghex.Logging

Provides centralized logging abstractions for consistent diagnostics in Nghex services.

Nghex.Plugins

Provides plugin discovery, loading, and runtime orchestration for extensible Nghex applications.

Nghex.Web.AspNetCore

Provides ASP.NET Core integration and web conventions for Nghex applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.16 127 6/1/2026
1.0.6 120 5/27/2026
1.0.5 157 5/27/2026
1.0.4 105 5/27/2026
1.0.3 114 5/27/2026
1.0.2 518 5/9/2026
1.0.1 200 4/28/2026
1.0.0 199 4/14/2026

Nghex 1.0.17 - Fix JWT refresh endpoint AllowAnonymous to prevent double token rotation.