dazberry
-
Crank.
by: dazberryMapper - 2,485 total downloads
- last updated 4/7/2024
- Latest version: 1.0.5
Crank.Mapper is not a mapper, or at least an automatic mapper. It is a set of classes that allow mapping based syntax such as Mapper.Map<Source, Destination>(source) but without implementing the mappings... More information -
- Deprecated
- 1,376 total downloads
- last updated 7/28/2024
- Latest version: 1.0.4
**Crank.OperationResult** is a C# implementation (of sorts) of a discriminated union allowing different response values wrapped in one response class. -
- 912 total downloads
- last updated 9/24/2023
- Latest version: 1.0.2
Crank.Validation; in a similar vein to Crank.Mapper, is a set of classes designed to allow validation symantics against a specific source object. As with Crank.Mapper, the actually validations need to be... More information -
- 722 total downloads
- last updated 4/2/2023
- Latest version: 1.0.1
Code to register Crank.Mapper and related IMapping implementations using Microsoft.Extensions.DependencyInjection.Abstractions. All classes are registered as singletons. -
Crank.
by: dazberryResult - 498 total downloads
- last updated 2/17/2025
- Latest version: 1.2.0
Slightly opinionated result classes.