VOOZH about

URL: https://www.nuget.org/packages/Zymergi.Infrastructure/

⇱ NuGet Gallery | Zymergi.Infrastructure 10.9.0-alpha




Zymergi.Infrastructure 10.9.0-alpha

This is a prerelease version of Zymergi.Infrastructure.
dotnet add package Zymergi.Infrastructure --version 10.9.0-alpha
 
 
NuGet\Install-Package Zymergi.Infrastructure -Version 10.9.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.9.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.9.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.9.0-alpha
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Zymergi.Infrastructure, 10.9.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.9.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.9.0-alpha&prerelease
 
Install as a Cake Addin
#tool nuget:?package=Zymergi.Infrastructure&version=10.9.0-alpha&prerelease
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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 Versions Compatible and additional computed target framework versions.
.NET net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows 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.9.0-alpha 60 5/26/2026
10.8.0-alpha 66 5/3/2026
10.7.0-alpha 133 3/24/2026
10.6.0-alpha 69 3/23/2026
10.5.0-alpha 67 3/23/2026
10.4.0-alpha 198 3/6/2026
10.3.0-alpha 81 3/3/2026
10.2.0-alpha 153 3/2/2026
10.0.0-alpha 303 2/10/2026
3.0.3-alpha 509 3/11/2025
2.2.5-alpha 279 2/14/2024
2.2.4-alpha 150 2/14/2024
2.2.0-alpha 608 9/6/2023
Loading failed