Senparc.Xncf.XncfModuleManager 0.15.2-preview4

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

Senparc.Xncf.XncfModuleManager

Senparc.Xncf.XncfModuleManager is the NCF system module that tracks installed XNCF modules and exposes module lifecycle operations.

Features

  • Persists module registration, state, version, and account metadata.
  • Supports installation/opening, function discovery, updates, and uninstall-state inspection.
  • Provides localized management metadata and multi-database migration contexts.
  • Integrates with Senparc.Ncf.XncfBase module registration and availability checks.

Installation

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

Key API

  • XncfStateAppService exposes module-state application operations.
  • XncfState_InstallAndOpenModuleRequest requests module installation/opening.
  • XncfState_ShowFunctionsRequest requests the functions exposed by a module.
  • XncfModuleServiceExtension provides installed/uninstalled/updated module selection helpers.
  • XncfModuleManagerSenparcEntities stores module-manager data.

Module installation is code execution and schema change at the application boundary. Restrict it to trusted administrators, verify package provenance, review migrations, and keep module versions compatible with the host.

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 Senparc.Xncf.XncfModuleManager:

Package Downloads
Senparc.Xncf.XncfBuilder

Senparc.Xncf.XncfBuilder 快速生成 XNCF 模块基础程序代码

Senparc.Xncf.AIAgentsHub

人工智能代理枢纽模块

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.15.2-preview4 30 7/31/2026
0.15.1-preview3 48 7/28/2026
0.15.0-preview2 68 7/26/2026
0.14.1-preview1 149 6/17/2026
0.13.18.1-preview 101 5/9/2026
0.13.17-preview.1 82 4/25/2026
0.13.16-preview.1 94 2/13/2026
0.13.15.4-preview 112 12/28/2025
0.13.15.2-preview 88 12/28/2025
0.13.15-preview.1 197 11/1/2025
0.13.13.6-preview1 220 8/20/2025
0.13.13.4-preview1 199 8/18/2025
0.13.13.3-preview1 203 7/14/2025
0.13.13.2-preview1 231 7/2/2025
0.13.13.1-preview1 199 7/2/2025
0.13.13-preview1 199 6/24/2025
0.13.12.1-preview1 203 6/6/2025
0.13.12-preview1 242 5/18/2025
0.13.11-preview1 225 4/29/2025
0.13.2-preview 93 6/16/2026
Loading failed

v0.1.0 创世
     v0.2 重新分离 DDD 架构,重构数据库
     v0.3.3.1 添加 Oracle 数据库迁移代码
     v0.5.2 更改菜单名称:XNCF 模块管理 > XNCF 模块管理核心
     v0.5.3 fix bug:模块菜单名更新后,无法更新到数据库中的菜单信息
     v0.6.0 解决模块安装后直接授权菜单问题
     v0.8.0 添加 XncfStateAppService
     [2024-09-10] v0.11.4-preview1 升级缓存基础库
     [2024-10-09] v0.11.6-preview1 升级基础库
     [2024-10-09] v0.11.7-preview1 升级基础库
     [2024-10-16] v0.11.8-preview1 添加 Service 对 PagedList 对象快速 Mapping 到 DTO 对象的方法
     [2024-11-08] v0.11.10-preview1 升级 Senparc.AI
     [2024-11-08] v0.11.11-preview1 升级 Senparc.AI
     [2024-11-15] v0.12.0-preview1 使用新版本 AutoGen,升级 AgentsManager;解决 AgentsManager 中状态获取的异常
     [2024-11-21] v0.13.2-preview1 更新 CO2NET 及缓存基础库
     [2024-11-28] v0.13.3-preview1 update CO2NET, use new SenparcSetting with UseLowerCaseApiName property
     [2024-12-27] v0.13.4-preview1 Add exception log for UseXncfModules() auto progress
     [2025-01-08] v0.13.6-preview1 Deal with DaMeng(DM) database column type
     [2025-01-25] v0.13.9-preview1 Update Agents functions, support for function calling
     [2025-04-29] v0.13.11-preview1 Update CO2NET and AIKernel
     [2025-05-18] v0.13.12-preview1 Update Installation
     [2025-06-20] v0.13.13-preview1 Add MCP functions in XncfRegisterBase class
     [2025-11-01] update basic libraries, including Senparc.AI
     [2026-04-24] Simplify FunctionRender request parameters and keep SelectionList UI metadata compatibility
     [2026-07-17] v0.15.0-preview2 为 XncfModuleManager 模块接入统一资源本地化并优化功能文案
     1、接入统一资源本地化机制,支持模块功能文案按当前文化动态显示
     2、更新 FunctionRender 与请求模型文案的资源化解析
     3、统一模块注册信息、菜单名称与功能描述的本地化输出
     4、补充并统一多语言资源键及资源文件
     [2026-07-29] v0.15.1-preview3 Dependency update from Senparc.Ncf.AreaBase to 0.22.0-preview3
     [2026-07-31] v0.15.2-preview4 升级 CO2NET WebApi 兼容依赖
     1、升级 Senparc.CO2NET.WebApi 至 2.1.9-preview 以适配 CO2NET 4.2.0