5 dépôts
Libraries for capturing, analyzing, and reporting application errors.
Explore 5 awesome GitHub repositories matching part of an awesome list · Exception Handling. Refine with filters or upvote what's useful.
Guava is a Java standard library extension and utility toolkit that provides optimized data structures, concurrency tools, and core extensions. It serves as a comprehensive set of helpers for Java development, focusing on reducing repetitive boilerplate logic. The project is distinguished by its specialized implementations of immutable collections, which ensure thread safety and data consistency by preventing accidental modification. It also includes a dedicated graph data structure library for modeling and traversing networks of interconnected nodes and edges, alongside advanced collection t
Simplifies the propagation, examination, and throwing of exceptions across application layers.
Ben.Demystifier is a .NET library that transforms raw stack traces into modern C# 7+ syntax. It reads compiler-generated frames produced by async methods, iterators, lambdas, local functions, and generic types, then rewrites them to match the original source code, making exception call stacks and debug output immediately readable. The library resolves common compiler artifacts such as MoveNext frames back into their original async method or iterator names, shows declaring method names and ordinals for lambdas and local functions instead of generated identifiers, and displays resolved generi
High-performance stack trace analysis and formatting.
Sentry SDK for .NET
Real-time error tracking and crash monitoring SDK.
Exceptionless clients for the .NET platform
Client library for centralized error and log reporting.
Exception handling as a convention in the ASP.NET Core request pipeline
Convention-based global exception handling for web applications.