vlad-ganusceac
-
- 3,742 total downloads
- last updated 3/8/2024
- Latest version: 8.0.1
The OperationResult utility 1. Implements an unumbiguous functionality for managing operation result by having clear division of both succeeded and failed execution states; 2. Provides the... More information -
- 2,727 total downloads
- last updated 3/16/2024
- Latest version: 8.0.1
The extensions for OperationResult have been created for managing HTTP statuses via OperationResult library and converting the corresponding execution results into ActionResults. Also it is possible to... More information -
- 2,459 total downloads
- last updated 12/27/2023
- Latest version: 8.0.0
Defines the necessary contracts for the GenericRepository implementation. -
- 2,456 total downloads
- last updated 12/27/2023
- Latest version: 8.0.0
Defines contracts for MediatR's Query and Command which use OperationResult NuGet library. Implements MediatR's pipelines for error handling and request validation. -
- 2,154 total downloads
- last updated 3/17/2024
- Latest version: 8.0.1
Defines the contracts for both synchronous and asynchronous condition checkers in order to find out if the action may be executed under specific circumstances. This will help to eliminate idmpotent... More information -
- 1,958 total downloads
- last updated 6/2/2024
- Latest version: 8.0.1
Provides functionality for creation of both synchronous and asynchronous generic guard clauses with custom preconditions and already contains implementation of basic ones for Collections, Enums, Strings,... More information -
- 1,857 total downloads
- last updated 12/12/2023
- Latest version: 8.0.0
Applies the RFC7807 Error Details cast from ActionResult received at the Controller level by invoking some of these OperationResult's extension .AsOkOrFailure(), .AsNoContentOrFailure(), .AsCreatedOrFailure()... More information -
- 1,840 total downloads
- last updated 1/20/2024
- Latest version: 8.0.0
Implements EF Core version of the GenericRepository's contracts. -
- 1,733 total downloads
- last updated 3/17/2024
- Latest version: 8.0.1
Implements contracts for both synchronous and asynchronous condition checkers in order to find out if the action may be executed under specific circumstances. The corresponding conditions/rules are... More information -
- 1,648 total downloads
- last updated 12/27/2023
- Latest version: 8.0.0
Implements InMemory version of the GenericRepository's contracts. -
- 1,545 total downloads
- last updated 6/5/2024
- Latest version: 8.0.1
Provides extension methods for both synchronous and asynchronous guard clauses for generic types, as well as for Enums, Objects, Collections, Strings, and various numeric types encapsulated in 'SafeContainer'. -
- 859 total downloads
- last updated 10/14/2024
- Latest version: 8.0.2
This package simplifies the process of consuming web endpoints of SOAP style, allowing dynamic (re)configuration of endpoint address, binding type, and all related data within appsettings. Incoming and... More information -
- 660 total downloads
- last updated 5/18/2024
- Latest version: 8.0.0
This package provides a comprehensive set of contracts for dynamically configuring SOAP/WCF clients. These contracts cover various aspects such as bindings, endpoint types, and models for managing cookies,... More information -
- 234 total downloads
- last updated 11/9/2024
- Latest version: 8.0.1
Provides a resilient WCF client as a web service reverse proxy built on top of GenericWcfClient, featuring support for Polly's retry actions and the circuit breaker pattern.