Zymergi.Enterprise 10.9.0-alpha

This is a prerelease version of Zymergi.Enterprise.
dotnet add package Zymergi.Enterprise --version 10.9.0-alpha
                    
NuGet\Install-Package Zymergi.Enterprise -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.Enterprise" 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.Enterprise" Version="10.9.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.9.0-alpha
                    
#r "nuget: Zymergi.Enterprise, 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.Enterprise@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.Enterprise&version=10.9.0-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Zymergi.Enterprise&version=10.9.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.
Search Engine-neutral search abstraction (ISearchClient, ISearchQuery, ISearchResult, ISearchHit) and ArticleSearchService.
Models Core domain models (EntityBase, RegistryItem, Article, GetAllViewModel, event args).
Markdown Markdown-to-HTML rendering via Markdig with XSS sanitization.
Http HTTP content helpers (JsonContent, MultipartFormData).
Scripts SQL migration scripts (e.g. articles_migration.sql).

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.9.0-alpha 63 5/26/2026
10.8.0-alpha 69 5/3/2026
10.7.0-alpha 132 3/24/2026
10.6.0-alpha 67 3/23/2026
10.5.0-alpha 62 3/23/2026
10.4.0-alpha 192 3/6/2026
10.3.0-alpha 83 3/3/2026
10.2.0-alpha 150 3/2/2026
10.0.0-alpha 303 2/10/2026
3.0.3-alpha 510 3/11/2025
2.2.5-alpha 341 2/14/2024
2.2.4-alpha 138 2/14/2024
2.2.0-alpha 622 9/6/2023
Loading failed