Zymergi.Enterprise 10.7.0-alpha

This is a prerelease version of Zymergi.Enterprise.
dotnet add package Zymergi.Enterprise --version 10.7.0-alpha
                    
NuGet\Install-Package Zymergi.Enterprise -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.Enterprise" 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.Enterprise" Version="10.7.0-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Zymergi.Enterprise" />
                    
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.Enterprise --version 10.7.0-alpha
                    
#r "nuget: Zymergi.Enterprise, 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.Enterprise@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.Enterprise&version=10.7.0-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Zymergi.Enterprise&version=10.7.0-alpha&prerelease
                    
Install as a Cake Tool

Zymergi.Common

Foundational .NET library for Zymergi SaaS applications. Published as the Zymergi.Enterprise NuGet package.

Installation

<PackageReference Include="Zymergi.Enterprise" />

What's Inside

Module Description
Config Typed configuration classes for appsettings.json (connection strings, API keys, feature flags).
Db ADO.NET connection helpers, command extensions, and unit-of-work abstractions.
ElasticSearch Bespoke classes that serialize to the ElasticSearch query DSL (bool, range, function_score, aggregations).
FavoriteItems System for saving and organizing entities into named, hierarchical groups.
Html HTML page parsing and metadata extraction via HtmlAgilityPack.
Interfaces Core persistence, repository, and service contracts.
Json JSON converters and extension methods (Newtonsoft.Json and System.Text.Json).
Liquid Liquid template rendering for notifications and dynamic content.
Logging Serilog integration with Elasticsearch and file sinks.
MariaDb MariaDB-specific repository implementations.
Utilities Extension methods for strings, dates, dictionaries, streams, XML, HTTP, and more.
XslTransformView Server-side XSLT rendering (XML to HTML) for SEO-friendly page output.
Auth Authentication interfaces, access control, and role management.
Caching In-memory caching service base classes.
Command Command pattern implementation for queued operations.
Zpyder Background task queue system.

Dependencies

  • HtmlAgilityPack
  • Markdig
  • Newtonsoft.Json
  • Serilog (+ Elasticsearch and File sinks)
  • Microsoft.Extensions.Configuration / DependencyInjection / Caching
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 (2)

Showing the top 2 NuGet packages that depend on Zymergi.Enterprise:

Package Downloads
Zymergi.Web

.NET library for web dependencies of Zymergi websites.

Zymergi.Infrastructure

.NET library for infrastructure integrations — AWS, Auth0, OpenAI, and image processing.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.7.0-alpha 53 3/24/2026
10.6.0-alpha 46 3/23/2026
10.5.0-alpha 42 3/23/2026
10.4.0-alpha 162 3/6/2026
10.3.0-alpha 63 3/3/2026
10.2.0-alpha 131 3/2/2026
10.0.0-alpha 287 2/10/2026
3.0.3-alpha 499 3/11/2025
2.2.5-alpha 329 2/14/2024
2.2.4-alpha 123 2/14/2024
2.2.0-alpha 612 9/6/2023
Loading failed