Service.Notification.Messaging
1.0.0
dotnet add package Service.Notification.Messaging --version 1.0.0
NuGet\Install-Package Service.Notification.Messaging -Version 1.0.0
<PackageReference Include="Service.Notification.Messaging" Version="1.0.0" />
<PackageVersion Include="Service.Notification.Messaging" Version="1.0.0" />
<PackageReference Include="Service.Notification.Messaging" />
paket add Service.Notification.Messaging --version 1.0.0
#r "nuget: Service.Notification.Messaging, 1.0.0"
#addin nuget:?package=Service.Notification.Messaging&version=1.0.0
#tool nuget:?package=Service.Notification.Messaging&version=1.0.0
Service.Notification.Messaging
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
- AutoMapper (>= 12.0.1)
- AutoMapper.Extensions.Microsoft.DependencyInjection (>= 12.0.1)
- AWSSDK.S3 (>= 3.7.305.12)
- Azure.Identity (>= 1.10.4)
- Azure.Storage.Blobs (>= 12.19.1)
- FluentValidation (>= 11.9.0)
- FluentValidation.DependencyInjectionExtensions (>= 11.9.0)
- MailKit (>= 4.3.0)
- MediatR (>= 13.0.0)
- Microsoft.Extensions.Configuration (>= 9.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0)
- Microsoft.Extensions.DependencyInjection (>= 9.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.0)
- Microsoft.Extensions.Hosting (>= 9.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 9.0.0)
- Microsoft.Extensions.Http (>= 9.0.0)
- Microsoft.Extensions.Logging (>= 9.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0)
- Microsoft.Extensions.Options (>= 9.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 9.0.0)
- Polly (>= 8.2.1)
- Polly.Extensions.Http (>= 3.0.0)
- Resend (>= 0.1.4)
- Scriban (>= 5.9.0)
- SendGrid (>= 9.29.2)
- Serilog (>= 3.1.1)
- Serilog.Extensions.Logging (>= 8.0.0)
- System.Text.Json (>= 9.0.0)
- Twilio (>= 7.4.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
1.0.0 | 34 | 7/8/2025 |
v1.0.0 (Initial Release)
Unified notification abstractions for Email, SMS, and Slack
Provider-agnostic interfaces (SendGrid, MailKit, Resend, Twilio, etc.)
Scriban template support with external sources (AWS S3, Azure Blob)
Strongly-typed configuration and options
Built-in retry (Polly), logging (Serilog), and validation (FluentValidation)
Dependency injection ready for .NET 9
Dynamic recipient/channel resolution
Advanced template versioning and fallback
Structured logging and extensibility
Ready for production and cloud-native workloads