NArchitecture.Core.CrossCuttingConcerns.Exception
1.0.1
dotnet add package NArchitecture.Core.CrossCuttingConcerns.Exception --version 1.0.1
NuGet\Install-Package NArchitecture.Core.CrossCuttingConcerns.Exception -Version 1.0.1
<PackageReference Include="NArchitecture.Core.CrossCuttingConcerns.Exception" Version="1.0.1" />
paket add NArchitecture.Core.CrossCuttingConcerns.Exception --version 1.0.1
#r "nuget: NArchitecture.Core.CrossCuttingConcerns.Exception, 1.0.1"
// Install NArchitecture.Core.CrossCuttingConcerns.Exception as a Cake Addin #addin nuget:?package=NArchitecture.Core.CrossCuttingConcerns.Exception&version=1.0.1 // Install NArchitecture.Core.CrossCuttingConcerns.Exception as a Cake Tool #tool nuget:?package=NArchitecture.Core.CrossCuttingConcerns.Exception&version=1.0.1
NArchitecture.Core.CrossCuttingConcerns.Exception
This library offers cross-cutting concern components for effectively handling exceptions in kodlama.io projects. The NArchitecture.Core.CrossCuttingConcerns.Exception
package provides core classes to manage exceptions across different layers of applications. It includes support for custom exception types, exception handling strategies, and essential utilities for exception management in both clean and union architectures.
Installation
You can add the package to your project using NuGet package manager or .NET CLI:
dotnet add package NArchitecture.Core.CrossCuttingConcerns.Exception
Contribution
If you would like to contribute, please visit the GitHub repository and submit a pull request: NArchitecture.Core.CrossCuttingConcerns.Exception GitHub Repository
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. |
-
net8.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on NArchitecture.Core.CrossCuttingConcerns.Exception:
Package | Downloads |
---|---|
NArchitecture.Core.Application
Provide CQRS, MediatR, Pipelines, DTOs, and more for the Application Layer. |
|
NArchitecture.Core.CrossCuttingConcerns.Exception.WebApi
Provide exception handling components specifically tailored for ASP.NET Web API projects. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on NArchitecture.Core.CrossCuttingConcerns.Exception:
Repository | Stars |
---|---|
kodlamaio-projects/nArchitecture
Inspired by Clean Architecture, nArchitecture is a monolith project which uses advanced techniques.
|