23 packages tagged with “fluentresults”
Asserting FluentResults objects with FluentAssertions
FluentResult Asp.Net Core integration
An extremely light and modern Result Pattern library.
A assertion extensions of FluentResults for Nut.Results
Necessary surrogates and converters for serialization of FluentResults types in Microsoft Orleans projects.
This package is based on FluentResults and is useful for json results of ASP.NET (Core) actions!
A robust option type for C#.
Task utilities featuring TimedCancellationTokenSource for automatic timeout-based cancellation and Task extension methods with FluentResults integration for improved error handling and cancellation token management.
Map responses in the controller receiving the Resolvet type from FluentResults in ASP.NET Core
FluentResults extensions for Oproto.FluentDynamoDb providing Result<T> return patterns instead of exceptions.
A small, opinionated library that lets you map FluentResults Result and Result<T> to HTTP responses declaratively and consistently, without leaking HTTP concerns into your domain layer.
FluentValidationToResult bridges FluentValidation and FluentResults for seamless validation workflows.
Library for custom result objects
Library for custom Result objects.
Metapackage para padronizar e acelerar o desenvolvimento de camadas de domínio em aplicações .NET 10. Inclui Mediator Abstractions, Refit, FluentValidation e FluentResults.
Este paquete es una colección de funcionalidades, que por ahora permitirá, a través de Extensions, Interfaces y DI la inclusión de las siguientes características a un proyecto de tipo WebApi: - Uso de repositorios con MongoDB. - Implementación de FastLogger. - Contenerización con Docker. - Inclusión de HealthChecks para la validación del Servicio y la BD. - Implementacion de Autenticación y Autorización con JWT Bearer Tokens. - Implementación de RateLimiter y el versionamiento de las Apis. - Uso de FluentResults para minimizar el re-lanzamiento de Excepciones.
Metapackage para padronizar e acelerar o desenvolvimento de APIs no ecossistema .NET 10. Inclui ferramentas para resiliência (Refit), validação (FluentValidation), logs estruturados (Serilog) e segurança (JWT).
This library extends OneOf and OneOfBase with extensions methods to convert into Tuple or ValueTuple. All non-nullable value types are automatically converted into nullable types, so the underlying Tuple values will always have a single non-null value (all other values will be null).
This library extends OneOf and OneOfBase with deconstructors methods to deconstruct into the underlying types. All non-nullable value types are automatically converted into nullable types, so the deconstructed values will always have a single non-null value (all other values will be null).