Zymergi.AspNetCore 11.0.6-alpha

This is a prerelease version of Zymergi.AspNetCore.
dotnet add package Zymergi.AspNetCore --version 11.0.6-alpha
                    
NuGet\Install-Package Zymergi.AspNetCore -Version 11.0.6-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.AspNetCore" Version="11.0.6-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Zymergi.AspNetCore" Version="11.0.6-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Zymergi.AspNetCore" />
                    
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.AspNetCore --version 11.0.6-alpha
                    
#r "nuget: Zymergi.AspNetCore, 11.0.6-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.AspNetCore@11.0.6-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.AspNetCore&version=11.0.6-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Zymergi.AspNetCore&version=11.0.6-alpha&prerelease
                    
Install as a Cake Tool

Zymergi.AspNetCore

ASP.NET Core controllers, authentication filters, and startup extensions for Zymergi SaaS applications.

NuGet package id is Zymergi.AspNetCore; the C# namespace remains Zymergi.Web, so consumer using Zymergi.Web; statements are unaffected.

Depends on: Zymergi.Core, Zymergi.Data.MariaDb, Zymergi.Social, Zymergi.Articles (search engine chosen by the consuming app via a Zymergi.Search.* adapter)

Why This Project Exists

Provides the shared web layer consumed by Zymergi SaaS applications: base controllers for CRUD and XSLT rendering, DI registration helpers, performance tracking filters, and JWT/Auth0 authentication integration. Downstream apps inherit from these base controllers rather than reimplementing common patterns.

Structure

Api/
  Controllers/     CommentController, DbRegistrableControllerBase, UserSubmissionController
  Models/          LiquidNotificationViewModel, UpdateFaveItemGroupViewModel
Caching/           CachedHttpClient
Interfaces/        IFileHashReader
Logging/           WebLoggor, TrackPerformanceFilter, TrackUsageAttribute
Models/            ClaimsList, RefreshablePersistedAuthProperties
Mvc/
  Controllers/     ArticleControllerBase, ControllerXslt, GroupController, LogController, RepeatController
  Models/          LogSearchModel
Utilities/         HttpClientExtensionMethods
StartupExtensionMethods.cs
WebExtensionMethods.cs
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
11.0.6-alpha 102 7/10/2026
11.0.5-alpha 107 7/9/2026
11.0.4-alpha 69 7/6/2026
11.0.3-alpha 65 7/6/2026
11.0.2-alpha 112 6/30/2026
11.0.1-alpha 107 6/30/2026
11.0.0-alpha 67 6/30/2026