Swevo
-
-
- 1,890 total downloads
- last updated 6/25/2026
- Latest version: 1.18.0
Compile-time dependency injection auto-registration for .NET using Roslyn source generators. Add [Scoped], [Singleton], or [Transient] to your classes — AutoWire generates IServiceCollection registration code... More information -
-
-
- 1,126 total downloads
- last updated 6/26/2026
- Latest version: 1.11.1
Compile-time object mapping for .NET via Roslyn source generators. Add [Map(typeof(Dto))] to your domain class — AutoMap generates strongly-typed ToDto() extension methods at build time. Zero reflection, zero... More information -
-
- 397 total downloads
- last updated 6/23/2026
- Latest version: 1.0.6
ASP.NET Core health checks for Polly v8 circuit breakers — expose circuit-breaker state (Closed, HalfOpen, Open, Isolated) as /health endpoint responses. One line of registration. Works with Kubernetes... More information -
- 306 total downloads
- last updated 6/22/2026
- Latest version: 1.0.5
OpenTelemetry instrumentation for Polly v8 resilience pipelines. Emits distributed traces (Activity spans) and metrics for retry, circuit breaker, timeout, and rate limiter strategies. -
PollyBackoff
by: Swevo- 290 total downloads
- last updated 6/22/2026
- Latest version: 1.0.4
Backoff delay strategies for Polly v8 resilience pipelines. Provides decorrelated jitter, exponential, linear, and constant backoff as DelayGenerator delegates for RetryStrategyOptions. -
-
- 222 total downloads
- last updated 6/26/2026
- Latest version: 1.0.1
Compile-time strongly-typed ID generation for .NET using Roslyn source generators. Add [StronglyTypedId] to any readonly partial struct and get a fully-featured value type with EF Core ValueConverter and... More information -
-
-
- 220 total downloads
- last updated 6/26/2026
- Latest version: 1.0.1
Compile-time soft-delete generation for EF Core entities using Roslyn source generators. Add [SoftDelete] to any partial class and get IsDeleted and DeletedAt properties, a SaveChangesInterceptor that converts... More information -
-
- 214 total downloads
- last updated 6/26/2026
- Latest version: 1.0.1
Offset and cursor-based pagination for EF Core. ToPageAsync for offset pagination with TotalCount/TotalPages/HasNextPage. ToCursorPageAsync for keyset pagination with opaque Base64 cursors. Zero extra... More information -
-
- 213 total downloads
- last updated 6/26/2026
- Latest version: 1.0.1
Compile-time Result<T> monad for .NET using Roslyn source generators. Emits Result<T>, Result<T,TError>, Unit and ResultExtensions into your compilation. Use [TryWrap] on a partial class to generate Try*()... More information -
-
- 214 total downloads
- last updated 6/26/2026
- Latest version: 1.0.1
Lightweight test doubles for MassTransit request/response and publish patterns. FakeRequestClient<TRequest> captures requests and returns configured responses without running the full MassTransit test harness.... More information -
- 210 total downloads
- last updated 6/26/2026
- Latest version: 1.0.1
FakeHttpMessageHandler for unit-testing HttpClient calls without mocking frameworks. Fluent setup, JSON responses, request recording, and built-in verification. Zero dependencies. -
PollyEFCore
by: Swevo- 195 total downloads
- last updated 6/23/2026
- Latest version: 1.0.1
Polly v8 resilience pipelines for Entity Framework Core — wrap every EF Core query and SaveChanges with retry, timeout and circuit-breaker via a single AddPollyResilience() call. Works with SQL Server,... More information -
- 202 total downloads
- last updated 6/24/2026
- Latest version: 1.0.1
Polly v8 resilience interceptor for gRPC. Wraps unary and server-streaming gRPC calls with retry, circuit breaker, and timeout using a Grpc.Core Interceptor. Works with Grpc.Net.Client and GrpcChannel — drop-in... More information -
Swevo.
by: SwevoAutoGuard -
- 206 total downloads
- last updated 6/26/2026
- Latest version: 1.0.1
Compile-time guard clauses for .NET — [AutoGuard] + [NotNull]/[InRange]/[NotEmpty]/[Matches] generates constructor argument validation from primary constructor parameters. -
-
-
- 206 total downloads
- last updated 6/26/2026
- Latest version: 1.0.1
Compile-time JSON column configuration for EF Core 8+ — [JsonColumn] on owned navigation properties generates ConfigureJsonColumns(ModelBuilder) with OwnsOne(..., b => b.ToJson()) automatically. -
-
Swevo.
by: SwevoAutoAudit -
- 178 total downloads
- last updated 6/26/2026
- Latest version: 1.0.1
Compile-time audit field generation for EF Core entities using Roslyn source generators. Add [Auditable] to any partial class and get CreatedAt, UpdatedAt, CreatedBy, and UpdatedBy properties plus a... More information -
-
- 215 total downloads
- last updated 6/26/2026
- Latest version: 1.0.1
Transactional outbox pattern for EF Core + MassTransit. Add outbox messages atomically with your domain changes via a SaveChangesInterceptor, then publish them reliably via a background processor. Zero message... More information -
- 212 total downloads
- last updated 6/26/2026
- Latest version: 1.0.1
Fluent, idempotent, dependency-ordered seed data for EF Core. Define IEntitySeed<T> classes, declare dependencies, call SeedDatabaseAsync() on startup. Seeds skip automatically when data already exists. -
PollyChaos
by: Swevo- 131 total downloads
- last updated 6/23/2026
- Latest version: 1.0.1
Chaos engineering and fault-injection resilience strategies for Polly v8 pipelines. Inject faults and latency at a configurable rate to harden your services against failure. The Simmy-style chaos companion for... More information -
-
- 166 total downloads
- last updated 6/30/2026
- Latest version: 1.0.1
Compile-time high-performance logging for .NET using Roslyn source generators. Add [Log(LogLevel.Information, "Message {Param}")] to a partial method — AutoLog generates LoggerMessage.Define calls at build... More information -
- Previous
- Next