GlobalExceptionHandlerDotNet
Exception handler middleware
Provides centralized exception handling in ASP.NET Core applications
Exception handling as a convention in the ASP.NET Core request pipeline
269 stars
22 watching
32 forks
Language: C#
last commit: almost 2 years ago
Linked from 2 awesome lists
net-corewebapi
Related projects:
Repository | Description | Stars |
---|---|---|
throwtheswitch/cexception | An exception handling mechanism using setjmp/longjmp to handle errors in C programs | 326 |
kr1s77/abnormalities | Catches global exceptions and provides a callback mechanism to handle them | 5 |
josephwoodward/graphiql-dotnet | Middleware for ASP.NET Core applications to provide a GraphiQL UI for GraphQL APIs | 142 |
harijoe/handly | Wraps middleware functions to prevent common mistakes and errors in serverless applications | 16 |
southclaws/fault | Provides an extensible error handling mechanism with structured metadata and composable error wrapping utilities. | 164 |
rehansaeed/serilog.exceptions | Adds exception details to log messages | 514 |
adamralph/simple-exec | A .NET library for running external commands with customizable behavior and exception handling. | 694 |
altmann/fluentresults | An object-oriented way to handle errors and success in .NET applications | 2,075 |
sindresorhus/exceptioncatcher | Wraps an Objective-C exception handler to enable catching exceptions in Swift | 133 |
elmahcore/elmahcore | A comprehensive error handling and logging solution for ASP.NET Core applications | 310 |
mpenet/ex | A library for building custom exception hierarchies and handling exceptions in a type-safe way | 17 |
richpeck/exception_handler | A Ruby on Rails gem that provides custom error pages and notification settings | 509 |
jonpsmith/authpermissions.aspnetcore | Provides extra authorization and multi-tenant features to ASP.NET Core applications. | 799 |
jhipster/jhipster-dotnetcore | Generates an ASP.NET Core web application with JHipster features and a choice of front-end framework | 315 |
justeattakeaway/httpclient-interception | A .NET Standard library for intercepting and manipulating HTTP requests and responses in .NET applications. | 361 |