ZeroAlloc.NET
-
- 571 total downloads
- last updated 5/14/2026
- Latest version: 2.5.0
ZeroAlloc.Telemetry bridge for ZeroAlloc.Outbox — wraps IOutboxTypeDispatcher with a source-generated OpenTelemetry proxy. -
- 534 total downloads
- last updated 5/13/2026
- Latest version: 1.3.0
Source-generated options validation for ZeroAlloc.Validation. Plugs compile-time validators into Microsoft.Extensions.Options with zero reflection. -
- 533 total downloads
- last updated 5/14/2026
- Latest version: 2.5.0
Operations dashboard for ZeroAlloc.Outbox. Minimal API + SSE + embedded HTML. -
- 525 total downloads
- last updated 5/14/2026
- Latest version: 2.5.0
ZeroAlloc.Mediator bridge for ZeroAlloc.Outbox — dispatches outbox messages via IMediator.Publish. -
- 532 total downloads
- last updated 5/14/2026
- Latest version: 2.5.0
ZeroAlloc.Resilience bridge for ZeroAlloc.Outbox — wraps IOutboxDispatcher<T> implementations in a Resilience-generated proxy. -
- 514 total downloads
- last updated 5/14/2026
- Latest version: 2.5.0
Blazor component (<OutboxDashboard />) for ZeroAlloc.Outbox.Dashboard. Requires the Dashboard endpoints mapped via MapOutboxDashboard(). -
- 527 total downloads
- last updated 5/13/2026
- Latest version: 1.3.0
Source generator that emits AddZeroAllocValidators() — zero-reflection DI registration for all ZeroAlloc.Validation validators. -
-
- 435 total downloads
- last updated 5/13/2026
- Latest version: 1.3.0
Roslyn source generator for ZeroAlloc.Validation. Emits the strongly-typed validator class for each [Validate]-annotated type at build time. -
-
- 418 total downloads
- last updated 5/1/2026
- Latest version: 1.1.0
Source-generated event-sourced aggregates for .NET. Zero-allocation event dispatch, AOT-safe. -
- 292 total downloads
- last updated 5/4/2026
- Latest version: 1.3.0
Entity Framework Core durable persistence backend for ZeroAlloc.Saga. Single shared SagaInstance table, row-version OCC, retry-on-conflict. Native AOT compatible. -
- 278 total downloads
- last updated 5/4/2026
- Latest version: 1.5.0
Transactional outbox bridge for ZeroAlloc.Saga — atomic command dispatch with saga state save. -
-
- 211 total downloads
- last updated 5/13/2026
- Latest version: 4.1.3
Roslyn source generator for ZeroAlloc.Mediator.Authorization. Discovers [AuthorizationPolicy]-decorated types in the consumer's compilation and emits the per-request policy lookup table the authorization... More information -
-
- 209 total downloads
- last updated 5/4/2026
- Latest version: 1.1.0
Source-generated, zero-allocation specification pattern for .NET 8+. Compose predicates as structs — no heap allocations, EF Core compatible. -
-
- 202 total downloads
- last updated 5/4/2026
- Latest version: 1.0.1
Roslyn source generator for ZeroAlloc.Specification. Emits And/Or/Not fluent methods on [Specification]-attributed structs at compile time. -
-
- 141 total downloads
- last updated 4/29/2026
- Latest version: 1.0.0
Aggregate base + generator-emitted Apply dispatch for ZeroAlloc.EventSourcing. -
- 108 total downloads
- last updated 4/29/2026
- Latest version: 1.0.0
OpenTelemetry instrumentation for ZeroAlloc.EventSourcing — Activity spans and Meter instruments on IEventStore, IAggregateRepository, and IStreamConsumer. No OpenTelemetry SDK dependency required. -
- 107 total downloads
- last updated 5/4/2026
- Latest version: 1.2.0
Redis-backed durable persistence for ZeroAlloc.Saga. WATCH/MULTI/EXEC-based optimistic concurrency, hash-per-saga storage, byte-encoded state via ISagaPersistableState. Native AOT compatible. -
- 104 total downloads
- last updated 4/29/2026
- Latest version: 1.0.0
PostgreSQL event store backend for ZeroAlloc.EventSourcing. -
- 101 total downloads
- last updated 4/29/2026
- Latest version: 1.0.0
Kafka publish target for ZeroAlloc.EventSourcing committed events. -
- 101 total downloads
- last updated 4/29/2026
- Latest version: 1.0.0
Shared SQL primitives for ZeroAlloc.EventSourcing.SqlServer and .PostgreSql backends.