Zymergi.Infrastructure 10.7.0-alpha

This is a prerelease version of Zymergi.Infrastructure.
dotnet add package Zymergi.Infrastructure --version 10.7.0-alpha
                    
NuGet\Install-Package Zymergi.Infrastructure -Version 10.7.0-alpha
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Zymergi.Infrastructure" Version="10.7.0-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Zymergi.Infrastructure" Version="10.7.0-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Zymergi.Infrastructure" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Zymergi.Infrastructure --version 10.7.0-alpha
                    
#r "nuget: Zymergi.Infrastructure, 10.7.0-alpha"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Zymergi.Infrastructure@10.7.0-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Zymergi.Infrastructure&version=10.7.0-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Zymergi.Infrastructure&version=10.7.0-alpha&prerelease
                    
Install as a Cake Tool

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 / PdfRasterPage for rasterizing PDF pages to images.
  • Magick.NET -- MagickExtensions for 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
Loading failed