eduvhc
-
TestingKit
by: eduvhc- 545 total downloads
- last updated 7/31/2026
- Latest version: 0.2.2
Core abstractions for Testcontainers-based integration test fixtures. -
- 331 total downloads
- last updated 7/31/2026
- Latest version: 0.2.2
Transport-agnostic messaging contracts: envelopes, transports, handlers. -
- 318 total downloads
- last updated 7/31/2026
- Latest version: 0.2.2
MSTest base classes for TestingKit integration tests. -
- 312 total downloads
- last updated 7/31/2026
- Latest version: 0.2.2
PostgreSQL Testcontainers fixture with Respawn-based reset. -
- 311 total downloads
- last updated 7/31/2026
- Latest version: 0.2.2
SMTP (Mailpit) Testcontainers fixture with inbox assertions. -
- 310 total downloads
- last updated 7/31/2026
- Latest version: 0.2.2
EF Core migration helpers for TestingKit fixtures. -
- 308 total downloads
- last updated 7/31/2026
- Latest version: 0.2.2
Azure Blob Storage (Azurite) Testcontainers fixture. -
- 307 total downloads
- last updated 7/31/2026
- Latest version: 0.2.2
SQL Server Testcontainers fixture with Respawn-based reset. -
- 306 total downloads
- last updated 7/31/2026
- Latest version: 0.2.2
WebApplicationFactory wiring for TestingKit fixtures. -
- 304 total downloads
- last updated 7/31/2026
- Latest version: 0.2.2
RabbitMQ Testcontainers fixture. -
- 296 total downloads
- last updated 7/31/2026
- Latest version: 0.2.2
Transactional outbox on EF Core and PostgreSQL: enlist messages in your own transaction, deliver them with a background dispatcher. -
- 292 total downloads
- last updated 7/31/2026
- Latest version: 0.2.2
Transactional inbox on EF Core and PostgreSQL: durable deduplication and once-only handling of received messages. -
- 258 total downloads
- last updated 7/31/2026
- Latest version: 0.2.2
In-process transport for MessagingKit: delivers outbox messages straight into the inbox, so modules in one host talk over the same seam they would use across a broker. -
MessagingKit
by: eduvhc- 236 total downloads
- last updated 7/31/2026
- Latest version: 0.2.2
Outbox and inbox in one registration. Reference this to give a module durable send and receive with in-process delivery by default. -
- 212 total downloads
- last updated 7/31/2026
- Latest version: 0.2.2
Test helpers for MessagingKit: drive the outbox and inbox to completion inside a test instead of waiting on background polling. -
MailingKit
by: eduvhc- 119 total downloads
- last updated 7/31/2026
- Latest version: 0.2.2
Email as a module: handles MessagingKit's send-email message, renders templates, and records what was sent. -
- 107 total downloads
- last updated 7/31/2026
- Latest version: 0.2.2
SMTP transport for MailingKit, on MailKit.