Found 350 packages
A simple package to implement the Result pattern for returning from services.
Adds ASP.NET Core filters that translate from Result to ActionResult.
A simple package to implement FluentValidation with the Ardalis.Result package.
DotNetCore.Results
This library is designed to avoid throwing exceptions in the code. Instead, it returns a result from the method and describes the error. The library helps reduce the number of try-catch blocks in the code and is less taxing on the program compared to catching and rethrowing exceptions.
Package Description
Result models for the service result pattern. Allows for wrapping data and errors in a reusable way.
The contracts for the result pattern approach. This approach returns success or failure results containing custom error objects. An alternative approach to throwing custom exceptions.
This Package include ResultPattern with stackTrace that gives you indecation where the error happen (MemberName , FileName , LineNumber)
An extremely light and modern Result Pattern library.
Implementation of result type based on pattern matching
ResultPattern ProblemResult Helper For controllers
ResultPattern ProblemResult Helper For MinimalAPI
An implementation of the canonical Result-Pattern returning a didactic result instead of an exception.
A simple result pattern package to achieve API/Services/Handlers consistent response. Common result statuses, Error/NotFound/Invalid, and Success are handled and encapsulated in this package.
Library that implements the Result Pattern in .NET in a clean and flexible way.
A "Blog Do FT flavor" of Result Pattern implementation.
Library that implements the Result Pattern in Asp.net in a clean and flexible way.