Zymergi.Infrastructure
10.7.0-alpha
dotnet add package Zymergi.Infrastructure --version 10.7.0-alpha
NuGet\Install-Package Zymergi.Infrastructure -Version 10.7.0-alpha
<PackageReference Include="Zymergi.Infrastructure" Version="10.7.0-alpha" />
<PackageVersion Include="Zymergi.Infrastructure" Version="10.7.0-alpha" />
<PackageReference Include="Zymergi.Infrastructure" />
paket add Zymergi.Infrastructure --version 10.7.0-alpha
#r "nuget: Zymergi.Infrastructure, 10.7.0-alpha"
#:package Zymergi.Infrastructure@10.7.0-alpha
#addin nuget:?package=Zymergi.Infrastructure&version=10.7.0-alpha&prerelease
#tool nuget:?package=Zymergi.Infrastructure&version=10.7.0-alpha&prerelease
Zymergi.Infrastructure
Shared .NET library for third-party infrastructure integrations used across Zymergi SaaS applications -- AWS, Auth0, OpenAI, image processing, and more.
Depends on Zymergi.Enterprise (Zymergi.Common).
Installation
<PackageReference Include="Zymergi.Infrastructure" />
What's Inside
Auth0
Authentication and user/role management via the Auth0 Management API.
Auth0ManagementClient-- Wrapper around the Management API.Auth0IUserAdapter/Auth0IRoleAdapter-- Adapters for user and role operations.Auth0Settings-- Configuration binding.
AWS
SQS -- AwsQueueService for sending and receiving messages, plus ISQSEventResponder and ISQSMessageResponder for Lambda event handling.
S3 -- AwsS3Bucket, AwsS3Object, and IS3EventResponder for object storage operations.
Lambda -- Base classes for building Lambda functions triggered by S3 (AwsS3LambdaFunction) or SQS (AwsSQSLambdaFunction), with AwsLambdaLoggor for structured logging.
SNS -- Simple Notification Service integration.
OpenAI
Lightweight HTTP client for the OpenAI API.
OpenAIClient-- Chat completions, text completions, and embeddings.- Models for request/response serialization and token usage tracking.
PDF and Image Processing
- Docnet --
PdfRasterDocument/PdfRasterPagefor rasterizing PDF pages to images. - Magick.NET --
MagickExtensionsfor image manipulation.
SendOwl
E-commerce integration for orders and product management.
SendOwlClient-- API client.SendOwlRepo/SendOwlProductRepo-- Repository layer.
Zpyder
ScrapeUrlToS3-- Scrapes a URL and uploads the content to S3.ZpyderTaskFactory-- Factory for creating scraping tasks.
Configuration
Services read settings from IConfiguration. Expected sections:
{
"Auth0": { "Domain": "...", "ClientId": "...", "ClientSecret": "..." },
"Aws": { "Region": "us-east-1", "AccessKey": "...", "SecretKey": "..." },
"OpenAI": { "ApiKey": "..." },
"SendOwl": { "ApiKey": "...", "ApiSecret": "..." }
}
| 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
- Amazon.Lambda.Core (>= 2.8.1)
- Amazon.Lambda.S3Events (>= 3.1.2)
- Amazon.Lambda.SQSEvents (>= 2.2.1)
- Auth0.Core (>= 7.44.0)
- Auth0.ManagementApi (>= 7.44.0)
- AWSSDK.Core (>= 4.0.3.12)
- AWSSDK.S3 (>= 4.0.18.3)
- AWSSDK.SimpleNotificationService (>= 4.0.2.16)
- AWSSDK.SQS (>= 4.0.2.14)
- Docnet.Core (>= 2.6.0)
- Magick.NET-Q16-AnyCPU (>= 14.11.0)
- Microsoft.AspNetCore.Identity.EntityFrameworkCore (>= 10.0.2)
- Microsoft.Extensions.Configuration (>= 10.0.2)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.2)
- Newtonsoft.Json (>= 13.0.4)
- Zymergi.Enterprise (>= 10.7.0-alpha)
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 |
|---|---|---|
| 10.7.0-alpha | 44 | 3/24/2026 |
| 10.6.0-alpha | 39 | 3/23/2026 |
| 10.5.0-alpha | 36 | 3/23/2026 |
| 10.4.0-alpha | 158 | 3/6/2026 |
| 10.3.0-alpha | 56 | 3/3/2026 |
| 10.2.0-alpha | 131 | 3/2/2026 |
| 10.0.0-alpha | 284 | 2/10/2026 |
| 3.0.3-alpha | 492 | 3/11/2025 |
| 2.2.5-alpha | 265 | 2/14/2024 |
| 2.2.4-alpha | 131 | 2/14/2024 |
| 2.2.0-alpha | 592 | 9/6/2023 |