ocaparoglu
-
- 12,271 total downloads
- last updated 9/21/2026
- Latest version: 1.3.14
Shared kernel primitives: Result, Error, Entity, domain event abstractions, and IDateTimeProvider. -
- 9,399 total downloads
- last updated 9/21/2026
- Latest version: 1.3.14
Correlation ID primitives for distributed tracing: ICorrelationAccessor, AsyncLocal scope management, and Serilog enricher. -
- 7,907 total downloads
- last updated 9/21/2026
- Latest version: 1.3.14
CQRS interfaces (ICommand, IQuery, handlers), inbox message handler base, SQL connection factory abstraction, ConcurrencyException, and DI registration with validation/logging decorators via Scrutor. -
- 6,714 total downloads
- last updated 9/21/2026
- Latest version: 1.3.14
Inbox pattern: InboxMessage entity, EF Core configuration, IInboxDbContext, ProcessInboxMessagesJob (Quartz + Dapper), and InboxOptions. -
- 6,703 total downloads
- last updated 9/21/2026
- Latest version: 1.3.14
ASP.NET Core utilities: GlobalExceptionHandler, CustomResults (Result-to-ProblemDetails), CorrelationIdMiddleware, RequestResponseLoggingMiddleware, IEndpoint pattern, Result Match extensions, ApiResponse... More information -
- 6,724 total downloads
- last updated 9/21/2026
- Latest version: 1.3.14
Environment-based Elasticsearch logging with ECS-native data streams, correlation ID enrichment, and Serilog configuration. -
- 6,301 total downloads
- last updated 9/21/2026
- Latest version: 1.3.14
DomainEventDispatcher, DomainEventDbContextBase (EF Core base with SaveChanges dispatch), and DateTimeProvider. -
- 6,075 total downloads
- last updated 9/21/2026
- Latest version: 1.3.14
Keycloak JWT Bearer authentication, role/permission claim mapping, authorization policies, and Serilog structured logging for Onspay microservices. -
- 5,955 total downloads
- last updated 9/21/2026
- Latest version: 1.3.14
Outbox pattern: OutboxMessage entity, EF Core configuration, IOutboxDbContext, ProcessOutboxMessagesJob (Quartz + Dapper), and OutboxOptions. -
- 5,819 total downloads
- last updated 9/21/2026
- Latest version: 1.3.14
RabbitMQ messaging: named buses each with multiple queues; per-queue HasInbox chooses the inbox writer or a project-supplied IRabbitMqMessageHandler; multi-bus RabbitMqPublisher; DI registration. -
- 5,705 total downloads
- last updated 9/21/2026
- Latest version: 1.3.14
Redis distributed cache: ICacheService, RedisCacheService (StackExchange.Redis via IDistributedCache), ICachedQuery marker interface, CachingDecorator for IQueryHandler, and CacheOptions. -
- 5,272 total downloads
- last updated 9/21/2026
- Latest version: 1.3.14
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). -
- 4,862 total downloads
- last updated 9/21/2026
- Latest version: 1.3.14
HashiCorp Vault integration: IVaultService for reading KV v2 secrets via token auth, with short-TTL in-memory caching, and VaultOptions configuration. -
- 4,756 total downloads
- last updated 9/21/2026
- Latest version: 1.3.14
Elasticsearch sink for Onspay logging: opinionated ECS data stream naming, buffered ingestion, and API key authentication. Extends Onspay.Infrastructure.Logging. -
- 3,421 total downloads
- last updated 9/21/2026
- Latest version: 1.3.14
Multi-tenant context: ICurrentTenantContext (ambient AsyncLocal, mirrors Onspay.Infrastructure.Correlation's pattern), ITenantResolver / ITenantClientEndpointResolver contracts with TenantResolverBase /... More information -
- 2,238 total downloads
- last updated 9/21/2026
- Latest version: 1.3.14
Refit-based typed HTTP client registration for platform module-to-module calls (AddModuleClient<TApiInterface>) AND tenant-configured external integrations (AddExternalClient<TApiInterface>). Automatically... More information