Senparc.Xncf.AreasBase 0.13.6-preview8

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

Senparc.Xncf.AreasBase

Senparc.Xncf.AreasBase supplies the shared Area registration and UI boundary required by NCF's built-in system modules.

Features

  • Registers the system Area base with the NCF module engine.
  • Provides the AreaRegister integration point and localized module resources.
  • Establishes the common Area foundation consumed by system and administration modules.

Installation

<PackageReference Include="Senparc.Xncf.AreasBase" Version="0.26.0-preview3" />

Key API

  • Register is the XNCF module registration entry point.
  • AreaRegister contains Area setup behavior.
  • AreasBaseResource.Get(...) and Format(...) provide localized resource lookup.

This is a system foundation package. Install it together with the NCF system module set and keep its version aligned with the host's NCF core and AreaBase packages.

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 (11)

Showing the top 5 NuGet packages that depend on Senparc.Xncf.AreasBase:

Package Downloads
Senparc.Xncf.PromptRange

你的提示词(Prompt)训练场

Senparc.Xncf.Swagger

接口说明文档

Senparc.Xncf.XncfModuleManager

系统菜单管理

Senparc.Xncf.SenMapic

SenMapic 爬虫模块

Senparc.Ncf.UnitTestExtension

Senparc.Ncf.UnitTestExtension 单元测试扩展

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.13.6-preview8 74 8/14/2026
0.13.5-preview7 106 8/12/2026
0.13.4-preview6 119 8/8/2026
0.13.3-preview5 132 8/3/2026
0.13.2-preview4 122 7/31/2026
0.13.1-preview3 149 7/28/2026
0.13.0-preview2 138 7/26/2026
0.12.1-preview1 263 6/17/2026
0.11.15.1-preview 185 5/9/2026
0.11.14-preview.1 118 2/13/2026
0.11.13.4-preview 141 12/28/2025
0.11.13.2-preview 109 12/28/2025
0.11.13-preview.1 233 11/1/2025
0.11.11.6-preview1 244 8/20/2025
0.11.11.4-preview1 224 8/18/2025
0.11.11.3-preview1 248 7/14/2025
0.11.11.2-preview1 281 7/2/2025
0.11.11.1-preview1 233 7/2/2025
0.11.11-preview1 259 6/24/2025
0.11.2-preview 136 6/16/2026
Loading failed

v0.1.0 创世
[2024-09-10] v0.9.4-preview1 升级缓存基础库
[2024-10-09] v0.9.6-preview1 升级基础库
[2024-10-16] v0.9.7-preview1 添加 Service 对 PagedList 对象快速 Mapping 到 DTO 对象的方法
[2024-10-17] v0.9.8-preview1 为 JSON 设置忽略循环引用
[2024-11-08] v0.9.10-preview1 升级 Senparc.AI
[2024-11-15] v0.10.0-preview1 使用新版本 AutoGen,升级 AgentsManager;解决 AgentsManager 中状态获取的异常
[2024-11-21] v0.11.2-preview1 更新 CO2NET 及缓存基础库
[2024-11-28] v0.11.3-preview1 update CO2NET, use new SenparcSetting with UseLowerCaseApiName property
[2025-01-25] v0.11.7-preview1 Update Agents functions, support for function calling
[2025-04-29] v0.11.9-preview1 Update CO2NET and AIKernel
[2025-05-18] v0.11.10-preview1 Update Installation
[2025-06-20] v0.11.11-preview1 Add MCP functions in XncfRegisterBase class
[2025-11-01] update basic libraries, including Senparc.AI
[2026-07-17] v0.13.0-preview2 为 AreasBase 模块接入统一资源本地化并优化功能文案
1、接入统一资源本地化机制,支持模块功能文案按当前文化动态显示
2、统一模块注册信息、菜单名称与功能描述的本地化输出
3、补充并统一多语言资源键及资源文件
[2026-07-29] v0.13.1-preview3 Dependency update from Senparc.Ncf.AreaBase to 0.22.0-preview3
[2026-07-31] v0.13.2-preview4 升级 CO2NET WebApi 兼容依赖
1、升级 Senparc.CO2NET.WebApi 至 2.1.9-preview 以适配 CO2NET 4.2.0
[2026-08-04] v0.13.3-preview5 Dependency updates from upstream projects
1、Dependency update from Senparc.Ncf.AreaBase to 0.23.1-preview5
2、Dependency update from Senparc.Ncf.XncfBase to 0.24.0-preview5
[2026-08-08] v0.13.4-preview6 Dependency updates from upstream projects
1、Dependency update from Senparc.Ncf.AreaBase to 0.23.2-preview6
2、Dependency update from Senparc.Ncf.XncfBase to 0.24.1-preview6
[2026-08-13] v0.13.5-preview7 Dependency update from Senparc.Ncf.AreaBase to 0.23.3-preview7; Senparc.Ncf.DatabasePlant to 0.21.7-preview7; Senparc.Ncf.XncfBase to 0.25.0-preview7
[2026-08-15] v0.13.6-preview8 Dependency update from Senparc.Ncf.XncfBase to 0.25.1-preview8