Zymergi.Web
10.4.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.
See the version list below for details.
dotnet add package Zymergi.Web --version 10.4.0-alpha
NuGet\Install-Package Zymergi.Web -Version 10.4.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.4.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.4.0-alpha" />
<PackageReference Include="Zymergi.Web" />
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.4.0-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Zymergi.Web, 10.4.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.4.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.4.0-alpha&prerelease
#tool nuget:?package=Zymergi.Web&version=10.4.0-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 --
IServiceCollectionandIApplicationBuilderregistration helpers for Zymergi services.
Utilities
- HttpClientExtensionMethods -- Extensions for HttpClient operations.
- WebExtensionMethods -- General web-related extensions.
| Product | Versions 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.
-
net10.0
- Microsoft.AspNetCore.Http (>= 2.3.9)
- Microsoft.AspNetCore.Identity.EntityFrameworkCore (>= 10.0.2)
- Microsoft.AspNetCore.Mvc.Core (>= 2.3.9)
- Microsoft.AspNetCore.Mvc.ViewFeatures (>= 2.3.9)
- Microsoft.Extensions.Configuration (>= 10.0.2)
- Microsoft.Extensions.DependencyInjection (>= 10.0.2)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.2)
- Microsoft.Extensions.Http (>= 10.0.2)
- System.IdentityModel.Tokens.Jwt (>= 8.15.0)
- Zymergi.Enterprise (>= 10.4.0-alpha)
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