AutoPost.Abstractions
1.1.0
dotnet add package AutoPost.Abstractions --version 1.1.0
NuGet\Install-Package AutoPost.Abstractions -Version 1.1.0
<PackageReference Include="AutoPost.Abstractions" Version="1.1.0" />
<PackageVersion Include="AutoPost.Abstractions" Version="1.1.0" />
<PackageReference Include="AutoPost.Abstractions" />
paket add AutoPost.Abstractions --version 1.1.0
#r "nuget: AutoPost.Abstractions, 1.1.0"
#:package AutoPost.Abstractions@1.1.0
#addin nuget:?package=AutoPost.Abstractions&version=1.1.0
#tool nuget:?package=AutoPost.Abstractions&version=1.1.0
AutoPost.Abstractions
Contracts, DTOs, and shared types for the AutoPost SDK. No external dependencies—pure interfaces and data types.
Installation
dotnet add package AutoPost.Abstractions
What's inside
- Messaging:
IEmailProvider,IEmailSender,SendEmailRequest,SendResult,Recipient,MessageEnvelope - Configuration:
EmailSdkOptions - Errors:
EmailSendException,AutoPostApiException - Observability:
Correlation,IMetricsSink(optional)
Use this package when you want to implement a custom provider, extend the pipeline, or reference only the contracts without the full SDK.
Related packages
- AutoPost — developer-facing facade (Mail, fluent builders)
- AutoPost.Core — provider routing and sender implementation
- AutoPost.DependencyInjection —
AddAutoPost()and provider registration
| 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
- No dependencies.
NuGet packages (8)
Showing the top 5 NuGet packages that depend on AutoPost.Abstractions:
| Package | Downloads |
|---|---|
|
AutoPost.Core
Pipeline, behaviors, and shared policies for the AutoPost SDK. |
|
|
AutoPost
Developer-facing facade for the AutoPost API client (Mail, Sms, Webhooks). |
|
|
AutoPost.Mail.Providers.Smtp
SMTP email provider for AutoPost SDK. Sends email via any SMTP server (e.g. Office365, Gmail). |
|
|
AutoPost.DependencyInjection
DI extensions for registering the AutoPost SDK (AddAutoPost). |
|
|
AutoPost.Client
HTTP client implementation for the AutoPost API. |
GitHub repositories
This package is not used by any popular GitHub repositories.