Senparc.Ncf.XncfBase 0.23.2-preview1

Prefix Reserved
This is a prerelease version of Senparc.Ncf.XncfBase.
dotnet add package Senparc.Ncf.XncfBase --version 0.23.2-preview1
 
NuGet\Install-Package Senparc.Ncf.XncfBase -Version 0.23.2-preview1
 
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.Ncf.XncfBase" Version="0.23.2-preview1" />
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Senparc.Ncf.XncfBase" Version="0.23.2-preview1" />
 
Directory.Packages.props
<PackageReference Include="Senparc.Ncf.XncfBase" />
 
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.Ncf.XncfBase --version 0.23.2-preview1
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Senparc.Ncf.XncfBase, 0.23.2-preview1"
 
#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.Ncf.XncfBase@0.23.2-preview1
 
#: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.Ncf.XncfBase&version=0.23.2-preview1&prerelease
 
Install as a Cake Addin
#tool nuget:?package=Senparc.Ncf.XncfBase&version=0.23.2-preview1&prerelease
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Senparc.Ncf.XncfBase

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

Showing the top 5 NuGet packages that depend on Senparc.Ncf.XncfBase:

Package Downloads
Senparc.Ncf.AreaBase

Senparc.Ncf.AreaBase

Senparc.Xncf.XncfBuilder

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

Senparc.Ncf.DatabasePlant

Senparc.Ncf.DatabasePlant 数据库组装厂。 一般只在开发环境下对数据库修改时使用,因此可以添加条件编译符号,如: <PackageReference Condition=" 'Release' != 'Release' " Include="Senparc.Ncf.DatabasePlant" Version="0.2.200.102-beta1" />

ML.Xncf.Docs

这是一个开发者文档项目,用于阐述NCF的架构,便于开发者快速上手并掌握NCF的使用规范及开发方法

Senparc.Xncf.DatabaseToolkit

Senparc.Xncf.DatabaseToolkit 修改命名空间

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.23.2-preview1 31 7/3/2026
0.23.1-preview1 189 6/17/2026
0.22.19.1-preview 228 5/9/2026
0.22.18-preview.1 82 4/8/2026
0.22.17-preview.1 142 2/13/2026
0.22.16-preview.1 99 1/7/2026
0.22.15.3-preview 159 12/28/2025
0.22.15.1-preview 145 12/28/2025
0.22.15-preview 250 11/1/2025
0.22.13.7-preview 310 8/20/2025
0.22.13.5-preview 242 8/18/2025
0.22.13.4-preview 274 7/14/2025
0.22.13.3-preview 325 7/2/2025
0.22.13.2-preview 280 7/2/2025
0.22.13-preview.1 197 6/26/2025
0.22.12-preview1 298 6/24/2025
0.22.10.1-preview1 270 6/6/2025
0.22.10-preview1 325 5/18/2025
0.22.9-preview1 263 4/29/2025
0.22.2-preview 180 6/16/2026
Loading failed

v0.1.0 创世
v0.2.100 完成基础架构,功能跑通
v0.3.100 优化 Function 返回值
v0.3.303 提供 IXncfThread 接口
v0.3.305 添加 XncfAutoConfigurationMapping 特性
v0.3.501 添加 Register.IsRegistered 方法
v0.7 升级 Function 为 FunctionRender
v0.9.1.6 优化 DDD 分层,忽略系统表的删除 History 操作
v0.11.3.1 重新开启线程 XncfThread
v0.11.8 添加 ServiceBase 子类的自动依赖注入注册
v0.11.9 添加 IServiceDataBase 类型自动注册
v0.13.0 添加 FunctionHelper.LoadXncfProjects() 方法
v0.13.1 添加 FunctionHelper.GetSenparcEntitiesFilePath() 方法
v0.13.2 添加 VersionHelper,统一处理版本
v0.15.0 SelectionItem 支持 BindData 属性
v0.15.4 删除 ScanTypeKind.IFunction 枚举
[2024年08月07日] v0.21.0.0-preview1 111
[2024年08月11日] v0.21.1.0-preview1 新增 DtoBase<T> 类型
[2024年08月11日] v0.21.2.0-preview1 新增 DtoBase<T> 类型
[2024年08月12日] v0.21.3-preview1 添加 TableData 的数据插入方法,通过单元测试
[2024年08月28日] v0.21.6-preview1 Function 添加 Password 类型
[2024年08月28日] v0.21.6.1-preview1 更新 Function 的 Password 类型,并将 MaxLength 参数传送到前端 UI
[2024年08月29日] v0.21.7-preview1 完成 Password 类型的 Function 参数编辑功能
[2024年08月29日] v0.21.8-preview1 完成 Password 类型的 Function 参数编辑功能
[2024年09月10日] v0.21.9-preview1 升级缓存基础库
[2024年11月15日] v0.21.13-preview1 优化启动时的日志记录,把所有"监测到 ApplyAllAutoConfigurationMapping 执行"记录到一条日志
[2024年12月27日] v0.22.2-preview1 Add exception log for UseXncfModules() auto progress
[2025年01月25日] v0.22.6-preview1 Update Agents functions, support for function calling
[2025年04月29日] v0.22.8-preview1 Update CO2NET and AIKernel
[2025年04月29日] v0.22.9-preview1 Update CO2NET and AIKernel
[2025年05月18日] v0.22.10-preview1 Update Installation
[2025年06月20日] v0.22.11-preview1 Add MCP functions in XncfRegisterBase class
[2025年06月20日] v0.22.12-preview1 Add MCP functions in XncfRegisterBase class
[2025年06月27日] v0.22.13-preview.1 Add dynamic XNCF Template dynamic generator
[2025年11月01日] update basic libraries, including Senparc.AI
[2026年01月07日] v0.22.16-preview.1 Add rootDir parameter to FunctionHelper.LoadXncfProjects() method
[2026年04月24日] Simplify FunctionRender request parameters and keep SelectionList UI metadata compatibility
[2026年07月02日] v0.23.2-preview1 升级 Senparc.AI.AgentKernel 并完成兼容性适配,增强 MCP 工具接入与调用链路兼容能力
1、升级 Senparc.AI.AgentKernel 并完成兼容性适配
2、增强 MCP 工具接入与调用链路兼容能力
3、增强 FunctionRequestParameterNormalizer 的参数归一化与占位符处理能力