karoly.akacz
-
- 1,160 total downloads
- last updated 4/3/2026
- Latest version: 1.2.1
Lightweight .NET configuration validation library with fail-fast startup validation. Validates IOptions<T> configurations at application startup with fluent API and comprehensive validation rules. -
- 961 total downloads
- last updated 4/3/2026
- Latest version: 1.2.1
ResultKit integration for Fox.ConfigKit - Railway Oriented Programming for configuration validation. Extends Fox.ConfigKit with Result<T> pattern for functional error handling. -
- 940 total downloads
- last updated 3/1/2026
- Latest version: 1.3.0
Lightweight, type-safe result handling library for .NET applications with Railway Oriented Programming support. Eliminates exception-based error handling in business logic with zero dependencies. -
- 397 total downloads
- last updated 3/1/2026
- Latest version: 1.3.0
MediatR pipeline behavior for automatic Result handling in CQRS commands and queries. Seamlessly integrates Fox.ResultKit with MediatR for clean error handling in request pipelines. -
- 257 total downloads
- last updated 3/2/2026
- Latest version: 1.0.1
A lightweight, efficient, and flexible Chain of Responsibility pattern implementation for .NET. Features include: fluent builder API, built-in diagnostics, zero reflection overhead, dependency injection... More information -
- 215 total downloads
- last updated 3/2/2026
- Latest version: 1.0.1
Result pattern integration for Fox.ChainKit. Enables seamless use of Fox.ResultKit with chain handlers, providing automatic conversion between Result and HandlerResult types with full diagnostics support. -
- 140 total downloads
- last updated 2/22/2026
- Latest version: 1.0.0
Lightweight rule-based validation DSL for .NET with fluent API and zero dependencies. -
- 135 total downloads
- last updated 2/22/2026
- Latest version: 1.0.0
Optional Fox.ResultKit integration for Fox.ValidationKit. Provides ValidationResult to Result conversion with fluent API. -
- 131 total downloads
- last updated 2/21/2026
- Latest version: 1.0.0
A minimalist, dependency-free retry and timeout utility for C#. Provides type-safe retry policies with configurable delays, exponential backoff, timeout support, and exception filtering. -
- 125 total downloads
- last updated 2/20/2026
- Latest version: 1.0.0
A minimalist, dependency-free Option<T> implementation for C#. Provides a type-safe alternative to nullable references with functional programming patterns like Map, Bind, and Match.