Found 41 packages
A simple yet customizable HTTP response wrapper and exception handler for ASP.NET Core APIs.
A simple wrapper for System.Exception to help make exceptions more meaningful.
[WARNING] This package is deprecated. Please use AutoWrapper.Core instead. A REST API global exception handler and response wrapper for ASP.NET Core APIs.
Response and exception automatic wrapper for `asp.net core` to provide a consistent response content format for `Action`. 用于`asp.net core`的响应和异常自动包装器,使`Action`提供一致的响应内容格式。
Version of Vince's excellent AutoWrapper.Core that adds .Net 5.0 support in a naive way
A simple yet customizable HTTP response wrapper and exception handler for ASP.NET Core APIs.
WebIDL Standard wrapper implementation for Blazor.
A simple yet customizable HTTP response wrapper and exception handler for ASP.NET Core APIs.
Exceptions are irrelevant, untill they occur. Then, they are absolutely central. A mundane task of adding the same behaviour of displaying the error message to the screen or logging it to file or event log is wasteful and can lead to errors. The package reduces the amount of bloat to zero using strategy pattern (a.k.a. policy-based design). Package provides .NET Standard Infrastructure (.NET Core & .NET Classic comaptible) for creating error handling policy classes with couple of basic implementations: Log exception policy Collect and ignore exception policy Ignore exception policy Aggregated wrapper for exception policies Customizable exception filter
A REST global exception handler and response wrapper for Web API written in Full .NET Framework
Exceptron.Client is a .NET wrapper for exceptron's REST API. exceptron help you report your application error to a central location for review, reporting and analytics.
A simple yet customizable HTTP response wrapper and exception handler for ASP.NET Core APIs.
MongoDB Wrapper for Elmah using the Mongo 2.1 .NET Driver (Forked from CaptainCodeman's version which only works with legacy driver)
modified version of AutoWrapper.Core based on my experience
A simple yet customizable HTTP response wrapper and exception handler for ASP.NET Core 5 APIs.
This package allows you to wrap all web api response to standard result object. Usage: .Net Core => In Startup.cs add in Configure method app.UseResponseWrapper(); .Net Framework = > In WebApiConfig.cs add in Register method config.UseResponseWrapper(); Added Exception Urls. If request url contains one of string in given array, response will not be wrapped.
A comprehensive ASP.NET Core response wrapper that transforms your APIs into enterprise-grade endpoints with zero code changes. Automatically wraps controller responses in a consistent format with rich metadata including execution timing, correlation IDs, request tracking, and comprehensive error handling. Features intelligent application status code extraction and promotion for complex workflow management, automatic pagination metadata separation using duck typing (works with ANY pagination library), database query statistics integration, and extensive configuration options. Includes built-in exception types for common scenarios (ValidationException, NotFoundException, BusinessException, etc.), customizable error messages for localization, global exception handling middleware, and smart exclusion capabilities for specific endpoints or result types. Perfect for microservices, complex business workflows, and APIs requiring consistent client-side error handling. Supports .NET 9.0+ with minimal performance overhead and extensive debugging capabilities.
A group of extensions for Selenium Web Driver
The Api.ResultWrapper.AspNetCore is a global exception handler and response wrapper for ASP.NET Core APIs. It uses a middleware to capture exceptions and to capture HTTP response to build a consistent response object for both successful and error requests.
A simple yet customizable HTTP response wrapper and exception handler for ASP.NET Core APIs.