BitzArt.ApiExceptions 1.20.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package BitzArt.ApiExceptions --version 1.20.0
NuGet\Install-Package BitzArt.ApiExceptions -Version 1.20.0
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="BitzArt.ApiExceptions" Version="1.20.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BitzArt.ApiExceptions --version 1.20.0
#r "nuget: BitzArt.ApiExceptions, 1.20.0"
#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.
// Install BitzArt.ApiExceptions as a Cake Addin
#addin nuget:?package=BitzArt.ApiExceptions&version=1.20.0

// Install BitzArt.ApiExceptions as a Cake Tool
#tool nuget:?package=BitzArt.ApiExceptions&version=1.20.0

Tests

General

This library defines ApiExceptions that you can throw in your .Net applications.

Use with Asp.Net Core

You can always refer to this Asp.Net Core Sample project for guidance.

Setup:

Add nuget package:

dotnet add package BitzArt.ApiExceptions.AspNetCore

Add these 2 lines of code to your Program.cs:

builder.Services.AddApiExceptionHandler(); // When configuring services
app.UseApiExceptionHandler(); // Before controllers

Usage:

Then, anywhere in your code, you can throw exceptions like:

throw ApiException.NotFound("sample 'not found' message");

This will generate an http response with appropriate status code:

404-screenshot

Extra:

You can also add any custom fields:

anonymous-screenshot

These responses follow RFC7807: Problem Details standard.

Use outside of Asp.Net Core

To use ApiExceptions in your applications, add this nuget package to your project:

dotnet add package BitzArt.ApiExceptions

The base package contains no handlers, so you will have to implement them yourself.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on BitzArt.ApiExceptions:

Package Downloads
BitzArt.ApiExceptions.AspNetCore The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

ApiExceptions Asp.Net Core implementation

BitzArt.CA.Core The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Clean Architecture boilerplate. Core library

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.22.0 1,343 4/2/2024
1.21.2 92 4/2/2024
1.21.1 1,489 3/18/2024
1.21.0 114 3/18/2024
1.20.0 2,462 2/27/2024
1.19.0 476 1/30/2024
1.18.2 4,261 9/5/2023
1.18.1 309 9/5/2023
1.18.0 313 9/5/2023
1.17.1 811 8/18/2023
1.17.0 414 8/18/2023
1.16.0 551 8/14/2023
1.15.0 350 8/14/2023
1.14.1 340 8/10/2023
1.14.0 528 8/10/2023
1.13.0 461 8/10/2023
1.12.0 6,151 12/3/2022