Swevo
-
-
- 2,386 total downloads
- last updated 7/10/2026
- Latest version: 1.22.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,538 total downloads
- last updated 7/10/2026
- Latest version: 1.13.0
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 -
-
- 545 total downloads
- last updated 7/7/2026
- Latest version: 1.0.7
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 -
Swevo.
by: SwevoAutoBus - 377 total downloads
- last updated 7/10/2026
- Latest version: 1.1.0
Free, MIT-licensed in-process message bus for .NET with pub/sub consumers, Polly-backed retry, and transactional-outbox-friendly delivery. A focused alternative to MassTransit for modular monoliths that want... More information -
- 345 total downloads
- last updated 7/7/2026
- Latest version: 2.0.0
Transactional outbox pattern for EF Core + AutoBus. Add outbox messages atomically with your domain changes via a SaveChangesInterceptor, then publish them reliably via a background processor. Zero message loss... More information -
- 342 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- 325 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. -
- 325 total downloads
- last updated 7/7/2026
- Latest version: 1.0.2
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 -
-
- 316 total downloads
- last updated 7/10/2026
- Latest version: 1.1.0
Compile-time query composition for IQueryable using Roslyn incremental source generators. Add [QuerySpec(typeof(TEntity))] to a partial spec class to generate a strongly-typed Apply(IQueryable<TEntity>) method... More information -
-
PollyEFCore
by: Swevo- 310 total downloads
- last updated 7/7/2026
- Latest version: 1.0.2
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 -
PollyRabbitMQ
by: Swevo- 309 total downloads
- last updated 7/7/2026
- Latest version: 1.0.2
Polly v8 resilience for RabbitMQ.Client v7+ — retry, circuit-breaker, and timeout for IChannel operations, with built-in RabbitMqTransientErrors predicate covering AlreadyClosedException,... More information -
-
- 299 total downloads
- last updated 7/10/2026
- Latest version: 1.1.0
Compile-time architecture/dependency-rule enforcement for .NET using Roslyn source generators. Declare [assembly: ForbidDependency("MyApp.UI", "MyApp.DataAccess")] and get a build warning/error the moment a... More information -
-
- 299 total downloads
- last updated 7/10/2026
- Latest version: 1.1.0
Free, MIT-licensed fluent assertions for .NET test suites. AOT-safe and zero reflection at runtime where possible, with a drop-in-friendly alternative to FluentAssertions covering objects, strings, numerics,... More information -
-
- 299 total downloads
- last updated 7/10/2026
- Latest version: 1.1.0
Compile-time typed HTTP client generation for .NET using Roslyn source generators. Add [HttpClient] to an interface and [Get]/[Post]/[Put]/[Delete]/[Patch] to methods — AutoHttpClient generates a strongly-typed... More information -
-
-
- 297 total downloads
- last updated 7/10/2026
- Latest version: 1.4.0
Compile-time CQRS dispatcher for .NET using Roslyn source generators. Add [Handler] to your handler class — AutoDispatch generates a strongly-typed IDispatcher interface and Dispatcher implementation at build... More information -
-
- 297 total downloads
- last updated 7/10/2026
- Latest version: 1.1.0
RabbitMQ transport for AutoBus. Publishes messages to a fanout exchange per message type and hosts a background consumer that binds a durable queue for every registered AutoBus consumer, so the same... More information -
Swevo.
by: SwevoAutoAuth - 284 total downloads
- last updated 7/10/2026
- Latest version: 1.1.0
A free, MIT-licensed fluent configuration wrapper around OpenIddict for building OAuth2/OIDC token servers in ASP.NET Core — an alternative to Duende IdentityServer's revenue-based commercial license. AutoAuth... More information -
-
- 251 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 -
-
-
- 249 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 -
-
-
- 249 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 -
- Previous
- Next