Notify.Core
1.0.0
See the version list below for details.
dotnet add package Notify.Core --version 1.0.0
NuGet\Install-Package Notify.Core -Version 1.0.0
<PackageReference Include="Notify.Core" Version="1.0.0" />
<PackageVersion Include="Notify.Core" Version="1.0.0" />
<PackageReference Include="Notify.Core" />
paket add Notify.Core --version 1.0.0
#r "nuget: Notify.Core, 1.0.0"
#:package Notify.Core@1.0.0
#addin nuget:?package=Notify.Core&version=1.0.0
#tool nuget:?package=Notify.Core&version=1.0.0
Notify v1.0.0 Release Notes:
What's New:
This is the initial release of Notify, a .NET library for asynchronous, broker-backed notification delivery.
Packages:
Notify.Abstractions 1.0.0 Shared contracts and interfaces Notify.Core 1.0.0 Producer-side publishing, serialization, and compression Notify.Hosting 1.0.0 Worker-side consumption and provider dispatching Notify.Broker.Abstractions 1.0.0 Broker-agnostic abstractions Notify.Broker.RabbitMQ 1.0.0 RabbitMQ broker implementation
Features;
- Multi-channel notifications - Email, SMS, and Push notification support
- Broker-agnostic architecture - Pluggable broker implementations (RabbitMQ included)
- Serialization options - JSON and MessagePack support
- Compression - LZ4 compression for optimized payload sizes
- Batching - Configurable batch sizes and max wait times
- Concurrency control - Tunable prefetch and concurrency settings per channel
- Resilience - Built-in support for retry strategies and circuit breakers
- Observability - Metrics via System.Diagnostics.Metrics and pipeline hooks for tracing
- Options hot-reload - Configuration changes via IOptionsMonitor
| 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
- K4os.Compression.LZ4 (>= 1.3.8)
- MessagePack (>= 2.5.192)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 9.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0)
- Microsoft.Extensions.Options (>= 9.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 9.0.0)
- Notify.Abstractions (>= 1.0.0)
- Notify.Broker.Abstractions (>= 1.0.0)
- Notify.Broker.RabbitMQ (>= 1.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Notify.Core:
| Package | Downloads |
|---|---|
|
Notify.Hosting
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.