https://github.com/technobre/powerutils.aspnetcore.errorhandler.responsetypes
Extensions to standardize ResponseType attributes with ProblemDetails
https://github.com/technobre/powerutils.aspnetcore.errorhandler.responsetypes
aspnetcore csharp dotnet errors
Last synced: 8 months ago
JSON representation
Extensions to standardize ResponseType attributes with ProblemDetails
- Host: GitHub
- URL: https://github.com/technobre/powerutils.aspnetcore.errorhandler.responsetypes
- Owner: TechNobre
- License: mit
- Created: 2022-03-06T00:13:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T22:15:53.000Z (9 months ago)
- Last Synced: 2025-04-30T15:47:50.261Z (8 months ago)
- Topics: aspnetcore, csharp, dotnet, errors
- Language: C#
- Homepage: https://www.nuget.org/packages/PowerUtils.AspNetCore.ErrorHandler.ResponseTypes
- Size: 163 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# PowerUtils.AspNetCore.ErrorHandler.ResponseTypes

***Extensions to standardize ResponseType attributes with ProblemDetails***

[](https://dashboard.stryker-mutator.io/reports/github.com/TechNobre/PowerUtils.AspNetCore.ErrorHandler.ResponseTypes/main)
[](https://sonarcloud.io/summary/new_code?id=TechNobre_PowerUtils.AspNetCore.ErrorHandler.ResponseTypes)
[](https://sonarcloud.io/summary/new_code?id=TechNobre_PowerUtils.AspNetCore.ErrorHandler.ResponseTypes)
[](https://sonarcloud.io/summary/new_code?id=TechNobre_PowerUtils.AspNetCore.ErrorHandler.ResponseTypes)
[](https://sonarcloud.io/summary/new_code?id=TechNobre_PowerUtils.AspNetCore.ErrorHandler.ResponseTypes)
[](https://www.nuget.org/packages/PowerUtils.AspNetCore.ErrorHandler.ResponseTypes)
[](https://www.nuget.org/packages/PowerUtils.AspNetCore.ErrorHandler.ResponseTypes)
[](https://github.com/TechNobre/PowerUtils.AspNetCore.ErrorHandler.ResponseTypes/blob/main/LICENSE)
- [Support to](#support-to)
- [Dependencies](#dependencies)
- [How to use](#how-to-use)
- [Install NuGet package](#install-nuget-package)
- [Attributes](#attributes)
- [Contribution](#contribution)
## Support to
- .NET 9.0
- .NET 8.0
- .NET 7.0
- .NET 6.0
- .NET 5.0
- Microsoft.AspNetCore.Mvc.Core [NuGet](https://www.nuget.org/packages/Microsoft.AspNetCore.Mvc.Core/)
- PowerUtils.AspNetCore.ErrorHandler [NuGet](https://www.nuget.org/packages/PowerUtils.AspNetCore.ErrorHandler/)
### Install NuGet package
This package is available through Nuget Packages: https://www.nuget.org/packages/PowerUtils.AspNetCore.ErrorHandler.ResponseTypes
**Nuget**
```bash
Install-Package PowerUtils.AspNetCore.ErrorHandler.ResponseTypes
```
**.NET CLI**
```
dotnet add package PowerUtils.AspNetCore.ErrorHandler.ResponseTypes
```
### Attributes
- `Response400ProblemDetailsAttribute`
- `Response401ProblemDetailsAttribute`
- `Response403ProblemDetailsAttribute`
- `Response404ProblemDetailsAttribute`
- `Response409ProblemDetailsAttribute`
- `Response415ProblemDetailsAttribute`
If you have any questions, comments, or suggestions, please open an [issue](https://github.com/TechNobre/PowerUtils.AspNetCore.ErrorHandler.ResponseTypes/issues/new/choose) or create a [pull request](https://github.com/TechNobre/PowerUtils.AspNetCore.ErrorHandler.ResponseTypes/compare)