Compendium.Adapters.Listmonk
1.0.0
dotnet add package Compendium.Adapters.Listmonk --version 1.0.0
NuGet\Install-Package Compendium.Adapters.Listmonk -Version 1.0.0
<PackageReference Include="Compendium.Adapters.Listmonk" Version="1.0.0" />
<PackageVersion Include="Compendium.Adapters.Listmonk" Version="1.0.0" />
<PackageReference Include="Compendium.Adapters.Listmonk" />
paket add Compendium.Adapters.Listmonk --version 1.0.0
#r "nuget: Compendium.Adapters.Listmonk, 1.0.0"
#:package Compendium.Adapters.Listmonk@1.0.0
#addin nuget:?package=Compendium.Adapters.Listmonk&version=1.0.0
#tool nuget:?package=Compendium.Adapters.Listmonk&version=1.0.0
compendium-adapter-listmonk
Listmonk email service adapter for the Compendium event-sourcing framework. Implements IEmailService from Compendium.Abstractions.Email for transactional emails, newsletter management, and subscriber management via Listmonk's REST API.
Extracted from sassy-solutions/compendium per ADR-0006 (multi-repo adapter split). Built from template-compendium-adapter-dotnet.
Install
dotnet add package Compendium.Adapters.Listmonk
services.AddListmonkEmail(builder.Configuration.GetSection("Listmonk"));
See docs/README.md for full configuration, subscriber management, and webhook handling.
Versioning
This package continues the version sequence of Compendium.Adapters.Listmonk originally published from the framework monorepo (last framework-published version: 1.0.0-preview.8). The first release from this repo is v1.0.0-preview.9. Versions are driven by git tags via MinVer — see docs/RELEASE.md.
Repository conventions
| Aspect | Choice |
|---|---|
| Target | .NET 9, C# 13 |
| Test framework | xUnit 2.9.3 + FluentAssertions 6.12.1 + NSubstitute 5.1.0 |
| Coverage | currently 98.64 % line / 88.33 % branch (124 tests) — gate at 90 % line |
| HTTP mocking | RichardSzalay.MockHttp 7.0.0 |
| Result pattern | Result<T> from Compendium.Core |
| Test naming | {SUT}Tests / {Method}_{Scenario}_{Expected} + AAA explicit |
Known cleanup TODO
CS1998is suppressed inDirectory.Build.propsbecauseListmonkEmailServicehas async methods without await. Inherited from the framework's pre-extraction source. Refactor toTask.FromResult/ sync signatures and remove the suppression in a future PR.
Build & test locally
dotnet restore
dotnet build -c Release
dotnet test -c Release --collect:"XPlat Code Coverage"
License
MIT — Copyright © 2026 Sassy Solutions.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- Compendium.Abstractions.Email (>= 1.0.0)
- Compendium.Core (>= 1.0.0)
- Compendium.Infrastructure (>= 1.0.0)
- Compendium.Multitenancy (>= 1.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.0)
- Microsoft.Extensions.Http (>= 9.0.0)
- Microsoft.Extensions.Http.Polly (>= 9.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0)
- Microsoft.Extensions.Options (>= 9.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Compendium.Adapters.Listmonk:
| Package | Downloads |
|---|---|
|
Compendium.Extensions.ExternalAdapters
Unified DI extensions for all Compendium external adapters: Zitadel (identity), Listmonk (email/newsletter), LemonSqueezy (billing/payments). Provides a single AddCompendiumExternalAdapters() method for easy configuration. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 93 | 5/14/2026 |
| 1.0.0-preview.9 | 501 | 5/13/2026 |
| 1.0.0-preview.8 | 980 | 5/2/2026 |
| 1.0.0-preview.7 | 45 | 5/2/2026 |
| 1.0.0-preview.6 | 92 | 5/2/2026 |
| 1.0.0-preview.5 | 83 | 4/30/2026 |
| 1.0.0-preview.4 | 171 | 4/26/2026 |
| 1.0.0-preview.3 | 63 | 4/26/2026 |
| 1.0.0-preview.2 | 57 | 4/25/2026 |
| 1.0.0-preview.1 | 160 | 4/24/2026 |