andy-c-jones
-
- 17,719 total downloads
- last updated 10/7/2015
- Latest version: 1.0.22
A simple wrapper around v3 of the Twitch API. Work in progress, not to be used for anything meaningful. -
- 1,998 total downloads
- last updated 3/14/2026
- Latest version: 1.16.4
A functional programming library for .NET providing monadic types (Option, Result, Either, Validation) with railway-oriented programming, retry policies, circuit breaker, memoization, and MemoizeResult for... More information -
- 773 total downloads
- last updated 3/14/2026
- Latest version: 1.16.4
Functional HTTP client extensions for .NET. Wraps HttpClient operations in Result<T, Error> for type-safe, exception-free HTTP communication using railway-oriented programming. -
- 767 total downloads
- last updated 3/14/2026
- Latest version: 1.16.4
ASP.NET integration for DarkPeak.Functional. Provides extensions to convert Result<T, Error> to IResult and ProblemDetails for idiomatic minimal API error handling. -
- 565 total downloads
- last updated 3/14/2026
- Latest version: 1.16.4
Functional Dapper extensions for DarkPeak.Functional. Wraps Dapper query and execute methods in Result types with typed database error mapping and functional transaction support. -
- 558 total downloads
- last updated 3/14/2026
- Latest version: 1.16.4
Redis distributed cache provider for DarkPeak.Functional. Implements ICacheProvider using StackExchange.Redis for use with Memoize and MemoizeResult. -
- 559 total downloads
- last updated 3/14/2026
- Latest version: 1.16.4
Functional Entity Framework Core extensions for DarkPeak.Functional. Wraps DbContext query and save methods in Result types with typed error mapping and functional transaction support. -
- 119 total downloads
- last updated 3/14/2026
- Latest version: 1.16.4
Mediator integration for DarkPeak.Functional. Provides convenience interfaces, pipeline behaviors, and extensions for using Result<T, Error> with the source-generated Mediator library. -
- 110 total downloads
- last updated 3/14/2026
- Latest version: 1.16.4
ASP.NET Core health check integration for DarkPeak.Functional resilience policies. Provides IHealthCheck implementations for circuit breakers and cache providers.