Zymergi.Web 10.6.0-alpha

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

Zymergi.Web

Shared .NET library for ASP.NET web applications in the Zymergi SaaS platform. Provides base controllers, logging filters, caching, and authentication helpers.

Depends on Zymergi.Enterprise (Zymergi.Common).

Installation

<PackageReference Include="Zymergi.Web" />

What's Inside

API Controllers

  • DbRegistrableControllerBase -- Base class for controllers backed by registrable repositories.
  • CommentController -- Comment CRUD operations.
  • UserSubmissionController -- User submission endpoints.

MVC Controllers

  • ControllerXslt -- Base class for XSLT-rendered views.
  • GroupController, LogController, RepeatController -- Traditional MVC controllers.

Logging and Diagnostics

  • WebLoggor -- Central web logger.
  • TrackPerformanceFilter -- Action filter that times HTTP requests.
  • TrackUsageAttribute -- Attribute for tracking endpoint usage.

Caching

  • CachedHttpClient -- HttpClient wrapper with built-in response caching.

Authentication

  • ClaimsList -- Typed claims helper.
  • RefreshablePersistedAuthProperties -- Persistent authentication state management.

Startup

  • StartupExtensionMethods -- IServiceCollection and IApplicationBuilder registration helpers for Zymergi services.

Utilities

  • HttpClientExtensionMethods -- Extensions for HttpClient operations.
  • WebExtensionMethods -- General web-related extensions.
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.9.0-alpha 53 5/26/2026
10.8.0-alpha 69 5/3/2026
10.7.0-alpha 128 3/24/2026
10.6.0-alpha 60 3/23/2026
10.5.0-alpha 63 3/23/2026
10.4.0-alpha 190 3/6/2026
10.3.0-alpha 80 3/3/2026
10.2.0-alpha 147 3/2/2026
10.0.0-alpha 303 2/10/2026
3.0.3-alpha 471 3/11/2025
2.2.5-alpha 336 2/14/2024
2.2.4-alpha 138 2/14/2024
2.2.0-alpha 625 9/6/2023
Loading failed