Nghex.Logging
1.0.16
dotnet add package Nghex.Logging --version 1.0.16
NuGet\Install-Package Nghex.Logging -Version 1.0.16
<PackageReference Include="Nghex.Logging" Version="1.0.16" />
<PackageVersion Include="Nghex.Logging" Version="1.0.16" />
<PackageReference Include="Nghex.Logging" />
paket add Nghex.Logging --version 1.0.16
#r "nuget: Nghex.Logging, 1.0.16"
#:package Nghex.Logging@1.0.16
#addin nuget:?package=Nghex.Logging&version=1.0.16
#tool nuget:?package=Nghex.Logging&version=1.0.16
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
- Install the package you need from NuGet.
- Register Nghex services in your application startup.
- Configure module options in your app configuration.
For detailed setup and samples, refer to the source repository and module documentation.
| Product | Versions 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. |
-
net9.0
- Dapper (>= 2.1.72)
- Dapper.FluentMap (>= 2.0.0)
- Microsoft.AspNetCore.OpenApi (>= 9.0.10)
- Microsoft.Data.SqlClient (>= 5.2.2)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.10)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.10)
- Microsoft.Extensions.Options (>= 9.0.10)
- Nghex.Core (>= 1.0.16)
- Nghex.Data (>= 1.0.16)
- Nghex.Web.AspNetCore (>= 1.0.16)
- Oracle.ManagedDataAccess.Core (>= 23.26.0)
- System.Text.Json (>= 9.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Nghex.Logging:
| Package | Downloads |
|---|---|
|
Nghex.Identity
Provides identity and access management capabilities for Nghex applications. |
|
|
Nghex.Plugins.Abstractions
Provides contracts and extension points for building Nghex-compatible plugins. |
|
|
Nghex.Realtime.SignalR
Provides realtime communication support for Nghex applications using SignalR. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Nghex 1.0.17 - Fix JWT refresh endpoint AllowAnonymous to prevent double token rotation.