13 packages tagged with “iresult”
A set of extensions and helpers for working with ASP.NET Core Minimal APIs.
Package Description
Monadic type that represents a value or an exception; facilitates railway-programming
Source generators for REslava.Result library. Automatically generates extension methods to convert Result types to ASP.NET Core IResult with proper HTTP status codes and ProblemDetails.
Simple set of generic structures when simple success?->message->data information is required.
Provides extensions for ASP.NET Core Minimal APIs (public IResult classes).
A clean, fluent, and type-safe Result pattern library for functional error handling in C#. Avoid exception-based control flow with immutable results, railway-oriented programming, comprehensive LINQ support, and built-in Minimal API extensions.
Using Result Package you can easily use IResult and IDataResult and IPagingResult for method return type.
Lightweight Razor-based templates for ASP.NET Core without MVC, Razor Pages, or Blazor.
ASP.NET integration for DarkPeak.Functional. Provides extensions to convert Result<T, Error> to IResult and ProblemDetails for idiomatic minimal API error handling.
A set of utilities for returning standardized API results, supporting both controllers and minimal APIs.
ASP.NET Core integration for Routya.ResultKit with Microsoft ProblemDetails support, exception handling middleware, and IResult/IActionResult extensions.