NArchitecture.Core.CrossCuttingConcerns.Exception.WebApi
1.1.1
See the version list below for details.
dotnet add package NArchitecture.Core.CrossCuttingConcerns.Exception.WebApi --version 1.1.1
NuGet\Install-Package NArchitecture.Core.CrossCuttingConcerns.Exception.WebApi -Version 1.1.1
<PackageReference Include="NArchitecture.Core.CrossCuttingConcerns.Exception.WebApi" Version="1.1.1" />
paket add NArchitecture.Core.CrossCuttingConcerns.Exception.WebApi --version 1.1.1
#r "nuget: NArchitecture.Core.CrossCuttingConcerns.Exception.WebApi, 1.1.1"
// Install NArchitecture.Core.CrossCuttingConcerns.Exception.WebApi as a Cake Addin #addin nuget:?package=NArchitecture.Core.CrossCuttingConcerns.Exception.WebApi&version=1.1.1 // Install NArchitecture.Core.CrossCuttingConcerns.Exception.WebApi as a Cake Tool #tool nuget:?package=NArchitecture.Core.CrossCuttingConcerns.Exception.WebApi&version=1.1.1
NArchitecture.Core.CrossCuttingConcerns.Exception.WebAPI
This library contains exception handling components specifically tailored for ASP.NET Web API projects within kodlama.io. The NArchitecture.Core.CrossCuttingConcerns.Exception.WebAPI
package offers utilities to effectively handle exceptions in Web API applications. It includes core classes for exception filters, exception handling middleware, and essential utilities for exception management in ASP.NET Web API projects.
Installation
You can add the package to your project using NuGet package manager or .NET CLI:
dotnet add package NArchitecture.Core.CrossCuttingConcerns.Exception.WebAPI
Contribution
If you would like to contribute, please visit the GitHub repository and submit a pull request: NArchitecture.Core.CrossCuttingConcerns.Exception.WebAPI 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
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- NArchitecture.Core.CrossCuttingConcerns.Exception (>= 1.0.1)
- NArchitecture.Core.CrossCuttingConcerns.Logging (>= 1.0.1)
- NArchitecture.Core.CrossCuttingConcerns.Logging.Abstraction (>= 1.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on NArchitecture.Core.CrossCuttingConcerns.Exception.WebApi:
Repository | Stars |
---|---|
kodlamaio-projects/nArchitecture
Inspired by Clean Architecture, nArchitecture is a monolith project which uses advanced techniques.
|