mlauter
-
- 804,990 total downloads
- last updated 7/29/2026
- Latest version: 7.2.1
A thread-safe, async object pool for expensive-to-create, reusable instances such as SMTP and database connections, network clients, and sockets. Hands items out under a lease and reclaims them on release, caps... More information -
- 372,556 total downloads
- last updated 7/30/2026
- Latest version: 3.0.1
Lexi: A regular expression based lexer for dotnet. -
- 6,468 total downloads
- last updated 7/29/2026
- Latest version: 6.0.1
The ASP.NET Core middleware-pipeline model, without the web host — for console apps, workers, AWS Lambda, Azure Functions, and queue consumers. Compose a request/response pipeline from delegate- and class-based... More information -
- 2,918 total downloads
- last updated 7/29/2026
- Latest version: 6.0.1
Serilog middleware for the Plumber pipeline framework: structured per-request logging through a Serilog DiagnosticContext, with configurable level, message template, and enrichment. Completion events carry the... More information -
- 746 total downloads
- last updated 8/1/2026
- Latest version: 2.1.1
In-process IAmazonDynamoDB implementation backed by SQLite. Drop-in replacement for the AWS DynamoDB SDK for local development, fast unit and integration tests, and offline scenarios — no container, no AWS... More information -
- 637 total downloads
- last updated 7/29/2026
- Latest version: 6.0.1
WebApplicationFactory-style integration testing for Plumber pipelines. PlumberApplicationFactory bootstraps your application's real builder and pipeline, then lets tests override services, configuration, and... More information -
- 423 total downloads
- last updated 7/29/2026
- Latest version: 6.0.1
OpenTelemetry tracing and metrics for the Plumber pipeline framework, with no OpenTelemetry SDK dependency: per-request spans and metrics are emitted through the in-box ActivitySource and Meter primitives, so... More information -
MSL.
by: mlauterResults - 103 total downloads
- last updated 7/29/2026
- Latest version: 1.0.0
A closed Result<T> hierarchy for modeling domain failure as a value instead of an exception. Success and Failure are its only inhabitants, so exhaustiveness is a compile-time fact rather than a runtime switch.... More information -
- 57 total downloads
- last updated 7/29/2026
- Latest version: 1.0.0
Contracts for strongly-typed wrappers that embed a primitive in the domain. IValueType<TSelf, TValue> is self-referential (CRTP) so its static abstract members resolve through the type parameter at every call... More information