ND.FW.ExceptionHandling
0.0.2
See the version list below for details.
dotnet add package ND.FW.ExceptionHandling --version 0.0.2
NuGet\Install-Package ND.FW.ExceptionHandling -Version 0.0.2
<PackageReference Include="ND.FW.ExceptionHandling" Version="0.0.2" />
<PackageVersion Include="ND.FW.ExceptionHandling" Version="0.0.2" />
<PackageReference Include="ND.FW.ExceptionHandling" />
paket add ND.FW.ExceptionHandling --version 0.0.2
#r "nuget: ND.FW.ExceptionHandling, 0.0.2"
#:package ND.FW.ExceptionHandling@0.0.2
#addin nuget:?package=ND.FW.ExceptionHandling&version=0.0.2
#tool nuget:?package=ND.FW.ExceptionHandling&version=0.0.2
Standardised, extensible exception handling framework for .NET applications.
Provides taxonomy-driven error classification, consistent business error responses,
structured logging and tracing, and support for ASP.NET Core Web APIs and
Azure Functions (Isolated Worker). Designed using Ports and Adapters architecture
for easy customisation and enterprise integration.
| Product | Versions 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 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. |
-
net8.0
- ND.FW.Observability (>= 0.0.1)
- Newtonsoft.Json (>= 13.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 0.0.1:
- Initial release of ND Exception Handling Framework
- Taxonomy-driven exception classification using configurable JSON model
- Standardised business error response mapping (ErrorCode, Severity, Category)
- Default observability integration using ND.FW.Observability
- Support for ASP.NET Core Web APIs (manual handling and middleware-based)
- Support for Azure Functions (Isolated Worker model)
- Customisable ports for exception taxonomy loading and observability
- Correlation and trace ID propagation for distributed diagnostics
- Clean Architecture / Ports and Adapters compliant design