arigatory
-
Koto.
by: arigatoryDomain - 2,057 total downloads
- last updated 7/21/2026
- Latest version: 0.4.0
DDD building blocks for .NET: AggregateRoot, ValueObject, Entity, StronglyTypedId, Result<T>, Error, and IRepository. Zero external dependencies. -
- 1,675 total downloads
- last updated 7/21/2026
- Latest version: 0.4.0
CQRS dispatcher, pipeline behaviors, and cross-service integration abstractions for .NET microservices. Depends only on Koto.Domain and Microsoft.Extensions abstractions. -
- 1,125 total downloads
- last updated 7/21/2026
- Latest version: 0.4.0
Wolverine-based implementation of Koto messaging abstractions: integration event publishing, command dispatching, Kafka consumers with idempotency, correlation propagation, and DLQ routing. -
- 1,123 total downloads
- last updated 7/21/2026
- Latest version: 0.4.0
FluentValidation extensions for Koto: MustBeValueObject, MustBeEntity, ListMustContainNumberOfItems, and ValidationBehavior pipeline integration. -
- 1,081 total downloads
- last updated 7/21/2026
- Latest version: 0.4.0
Event Sourcing on PostgreSQL via Marten 8: EventSourcedAggregateRoot, event-sourced repository, inline and async projections. -
- 1,080 total downloads
- last updated 7/21/2026
- Latest version: 0.4.0
EF Core 10 integration for Koto DDD: generic repository, strongly-typed ID converters, specification pattern, and Wolverine outbox wiring. -
- 1,062 total downloads
- last updated 7/21/2026
- Latest version: 0.4.0
Anti-Corruption Layer for HTTP calls between services: typed ServiceHttpClient base, Result-mapped error handling, correlation ID propagation, and standard resilience. -
- 1,046 total downloads
- last updated 7/21/2026
- Latest version: 0.4.0
FastEndpoints integration for Koto: CQRS base endpoints, RFC 7807 Problem Details from Error, correlation ID middleware, and global exception handler. -
- Deprecated
- 1,037 total downloads
- last updated 6/29/2025
- Latest version: 1.0.2
GigaChat integration for Semantic Kernel -
- 952 total downloads
- last updated 7/21/2026
- Latest version: 0.4.0
DDD-specific test helpers for Koto: fluent aggregate assertions, in-memory fake repositories, fake integration event publisher, and Result<T> AwesomeAssertions extensions. -
- 913 total downloads
- last updated 7/21/2026
- Latest version: 0.4.0
One-liner observability setup for Koto microservices: Serilog structured logging with OTLP sink, OpenTelemetry traces and metrics, and correlation ID enrichment. -
- 894 total downloads
- last updated 7/21/2026
- Latest version: 0.4.0
Transport-agnostic ASP.NET Core integration for Koto: Result-to-IResult/ActionResult mapping, RFC 7807 Problem Details from Error (multi-error aware), and an extensible error-code-to-HTTP-status registry. Works... More information -
- 892 total downloads
- last updated 7/21/2026
- Latest version: 0.4.0
Quartz.NET-based scheduled jobs and batch processing for Koto microservices. Distributed locking via Quartz clustered mode (PostgreSQL). Structured logging for every job execution. -
- 610 total downloads
- last updated 7/21/2026
- Latest version: 0.4.0
PostgreSQL pieces of Koto messaging: durable IProcessedMessageStore for consumer idempotency (survives restarts, auto schema, background cleanup) and UseKotoDurableOutbox — one-line durable outbox defaults... More information -
- 133 total downloads
- last updated 7/21/2026
- Latest version: 0.4.0
Integration-test building blocks for Koto microservices: header-based test authentication for WebApplicationFactory hosts, Eventually assertions for async projections/consumers, and a raw-JSON Kafka producer... More information