awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 dépôts

Awesome GitHub RepositoriesException Handling

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.

Awesome Exception Handling GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • google/guavaAvatar de google

    google/guava

    51,473Voir sur GitHub↗

    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.

    Javaguavajava
    Voir sur GitHub↗51,473
  • benaadams/ben.demystifierAvatar de benaadams

    benaadams/Ben.Demystifier

    2,867Voir sur GitHub↗

    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.

    C#aspnet-coredotnetdotnet-core
    Voir sur GitHub↗2,867
  • getsentry/sentry-dotnetAvatar de getsentry

    getsentry/sentry-dotnet

    758Voir sur GitHub↗

    Sentry SDK for .NET

    Real-time error tracking and crash monitoring SDK.

    C#crash-reportingdotnethacktoberfest
    Voir sur GitHub↗758
  • exceptionless/exceptionless.netAvatar de exceptionless

    exceptionless/Exceptionless.Net

    572Voir sur GitHub↗

    Exceptionless clients for the .NET platform

    Client library for centralized error and log reporting.

    C#asp-netasp-net-corec-sharp
    Voir sur GitHub↗572
  • josephwoodward/globalexceptionhandlerdotnetAvatar de JosephWoodward

    JosephWoodward/GlobalExceptionHandlerDotNet

    270Voir sur GitHub↗

    Exception handling as a convention in the ASP.NET Core request pipeline

    Convention-based global exception handling for web applications.

    C#
    Voir sur GitHub↗270
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Exception Handling