HoneyDrunk.Notify
0.3.0
See the version list below for details.
dotnet add package HoneyDrunk.Notify --version 0.3.0
NuGet\Install-Package HoneyDrunk.Notify -Version 0.3.0
<PackageReference Include="HoneyDrunk.Notify" Version="0.3.0" />
<PackageVersion Include="HoneyDrunk.Notify" Version="0.3.0" />
<PackageReference Include="HoneyDrunk.Notify" />
paket add HoneyDrunk.Notify --version 0.3.0
#r "nuget: HoneyDrunk.Notify, 0.3.0"
#:package HoneyDrunk.Notify@0.3.0
#addin nuget:?package=HoneyDrunk.Notify&version=0.3.0
#tool nuget:?package=HoneyDrunk.Notify&version=0.3.0
HoneyDrunk.Notify
Runtime implementations for the HoneyDrunk.Notify notification subsystem.
This package provides notification dispatching, channel routing, template rendering, and provider delivery mechanics. It depends on HoneyDrunk.Notify.Abstractions for contracts and is intended to be composed by a host package or deployable Notify host.
Notify intake validates request structure, applies idempotency, renders channel payloads, and enqueues envelopes for delivery. Preference, cadence, suppression, and other outbound decision policy concerns belong to HoneyDrunk.Communications, which calls Notify only after deciding that a message should be sent.
Configuration
Non-secret notification defaults are supplied through host configuration, including App Configuration label honeydrunk-notify in ADR-0005 deployments.
Provider credentials are not read by this package. Provider packages resolve credentials through ISecretStore at send time using provider-grouped secret names.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
-
net10.0
- HoneyDrunk.Notify.Abstractions (>= 0.3.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.7)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.7)
- Microsoft.Extensions.Options (>= 10.0.7)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on HoneyDrunk.Notify:
| Package | Downloads |
|---|---|
|
HoneyDrunk.Notify.Hosting.AspNetCore
ASP.NET Core hosting integration for HoneyDrunk.Notify. Provides service registration, middleware, and health check wiring for the notification subsystem. |
GitHub repositories
This package is not used by any popular GitHub repositories.