ocaparoglu
-
- 3,043 total downloads
- last updated 6/15/2026
- Latest version: 1.0.16
Shared kernel primitives: Result, Error, Entity, domain event abstractions, and IDateTimeProvider. -
- 2,616 total downloads
- last updated 6/15/2026
- Latest version: 1.0.16
CQRS interfaces (ICommand, IQuery, handlers), inbox message handler base, SQL connection factory abstraction, ConcurrencyException, and DI registration with validation/logging decorators via Scrutor. -
- 1,791 total downloads
- last updated 6/15/2026
- Latest version: 1.0.16
Inbox pattern: InboxMessage entity, EF Core configuration, IInboxDbContext, ProcessInboxMessagesJob (Quartz + Dapper), and InboxOptions. -
- 1,649 total downloads
- last updated 6/15/2026
- Latest version: 1.0.16
ASP.NET Core utilities: GlobalExceptionHandler, CustomResults (Result-to-ProblemDetails), RequestContextLoggingMiddleware, IEndpoint pattern, Result Match extensions, and ApiResponse envelope with... More information -
- 1,632 total downloads
- last updated 6/15/2026
- Latest version: 1.0.16
DomainEventDispatcher, DomainEventDbContextBase (EF Core base with SaveChanges dispatch), and DateTimeProvider. -
- 1,492 total downloads
- last updated 6/15/2026
- Latest version: 1.0.16
Outbox pattern: OutboxMessage entity, EF Core configuration, IOutboxDbContext, ProcessOutboxMessagesJob (Quartz + Dapper), and OutboxOptions. -
- 1,424 total downloads
- last updated 6/15/2026
- Latest version: 1.0.16
RabbitMQ messaging: RabbitMqPublisher, RabbitMqConsumer (BackgroundService writing to inbox), RabbitMqOptions, and DI registration. -
- 1,110 total downloads
- last updated 6/15/2026
- Latest version: 1.0.16
Keycloak JWT Bearer authentication, role/permission claim mapping, authorization policies, and Serilog structured logging for Onspay microservices. -
- 1,101 total downloads
- last updated 6/15/2026
- Latest version: 1.0.16
Redis distributed cache: ICacheService, RedisCacheService (StackExchange.Redis via IDistributedCache), ICachedQuery marker interface, CachingDecorator for IQueryHandler, and CacheOptions. -
- 952 total downloads
- last updated 6/15/2026
- Latest version: 1.0.16
Keycloak Admin REST API client for user, role, permission, and group management. Used by services that need to provision or modify Keycloak users (e.g., AuthService). -
- 769 total downloads
- last updated 6/15/2026
- Latest version: 1.0.16
Correlation ID primitives for distributed tracing: ICorrelationAccessor, AsyncLocal scope management, and Serilog enricher. -
- 477 total downloads
- last updated 6/15/2026
- Latest version: 1.0.16
Environment-based Elasticsearch logging with ECS-native data streams, correlation ID enrichment, and Serilog configuration. -
- 125 total downloads
- last updated 6/15/2026
- Latest version: 1.0.16
Elasticsearch sink for Onspay logging: opinionated ECS data stream naming, buffered ingestion, and API key authentication. Extends Onspay.Infrastructure.Logging.