Senparc.Xncf.XncfBuilder 0.36.2-preview1

Prefix Reserved
This is a prerelease version of Senparc.Xncf.XncfBuilder.
dotnet add package Senparc.Xncf.XncfBuilder --version 0.36.2-preview1
 
NuGet\Install-Package Senparc.Xncf.XncfBuilder -Version 0.36.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.Xncf.XncfBuilder" Version="0.36.2-preview1" />
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Senparc.Xncf.XncfBuilder" Version="0.36.2-preview1" />
 
Directory.Packages.props
<PackageReference Include="Senparc.Xncf.XncfBuilder" />
 
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.XncfBuilder --version 0.36.2-preview1
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Senparc.Xncf.XncfBuilder, 0.36.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.Xncf.XncfBuilder@0.36.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.Xncf.XncfBuilder&version=0.36.2-preview1&prerelease
 
Install as a Cake Addin
#tool nuget:?package=Senparc.Xncf.XncfBuilder&version=0.36.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.Xncf.XncfBuilder 快速生成 XNCF 模块基础程序代码

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

Showing the top 1 NuGet packages that depend on Senparc.Xncf.XncfBuilder:

Package Downloads
Senparc.Xncf.AgentsManager

Agents 管理模块

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.36.2-preview1 0 7/3/2026
0.36.1-preview1 63 6/17/2026
0.35.9.1-preview 67 5/22/2026
0.35.6-preview.1 107 1/7/2026
0.35.5.4-preview 86 12/28/2025
0.35.5-preview 183 11/1/2025
0.35.3.16-preview 215 8/20/2025
0.35.3.14-preview 204 8/18/2025
0.35.3.13-preview 210 7/14/2025
0.35.3.12-preview 231 7/2/2025
0.35.3.11-preview 219 7/2/2025
0.35.3-preview.10 162 6/28/2025
0.35.3-preview.9 177 6/26/2025
0.35.2-preview 55 6/16/2026
0.35.1-preview.9 194 6/14/2025
0.35.1-preview.8 129 6/6/2025
0.35.0.4-preview 179 6/6/2025
0.35.0-preview.3.1 111 5/24/2025
0.35.0-preview.3 188 5/22/2025
0.35.0-preview.2 172 5/21/2025
Loading failed

v0.1.0 创世
v0.8.127 使用 .NET Core 命令行创建模板,取代原有的 T4 模板
v0.13.3 添加 Oracle 数据库 Migration 支持
v0.13.4.1 添加 Oracle 数据库迁移代码
v0.13.6 更新 XncfBuilder,适配 .NET 7.0 CLI
v0.13.9 数据库 migration 命令中的路径添加引号,防止路径中出现空格
v0.13.10 XNCF Builder 自动记录上次填写的内容,并且首次自动探索 .sln 文件
V0.14.0 移除对 netstandard2.1 的编译,保留 netcoreapp3.1;net6.0
v0.15.0 集成 Senparc.Xncf.PromptRange 项目,使用 AI 自动生成项目
v0.16.0 优化 AI 生成过程,添加对 EntityClass、EntityDtoClass、SenparcEntities 的独立生成过程
v0.16.2.1024 升级至 1024 特别版,支持 2023年10月24日 特别版 Senparc.Xncf.PromptRange
v0.17.0 优化 Add-Migration,支持自动选择 XNCF 项目
v0.17.1 优化 Add-Migration,支持自动扫描 *SenparcEntities.cs 文件
v0.18.0 优化 Add-Migration,可自动更新 Register.cs 版本号
v0.19.0 优化项目引用
v0.20.0 更新项目引用,支持 .NET 8.0
v0.21.0 集成 Senparc.Xncf.AIKernel,可以选择已配置的 AI 模型生成代码
v0.24.0 聚焦支持 .NET 8.0,XNCF 取消旧版本支持
v0.24.1 升级新版本 Senparc.AI(Senparc.Xncf.AIKernel)
[2024年08月06日] v0.28.6.0-preview1 update Senparc.AI.Kernel
[2024年08月13日] v0.29.0-preview1 优化 ServiceBase,提供 Mapping<T>(entity) 快捷方法;为 DynamicData 添加根据 Entity 类型自动创建表结构的功能
[2024年08月31日] v0.30.0-preview1 PromptRange 支持 Markdown 输出格式展示
[2024年09月03日] v0.30.1-preview1 PromptRange 结果提供"复制"功能
[2024年09月03日] v0.30.2-preview1 PromptRange 结果提供"复制"功能
[2024年09月04日] v0.30.3-preview1 PromptRange 完善结果显示样式,添加"复制"功能
[2024年09月07日] v0.30.4-preview1 XncfBuilder 更新默认 Prompt
[2024年09月07日] v0.30.4.1-preview1 更新 PromptRange 中代码自动生成的 Prompt
[2024年09月07日] v0.30.4.2-preview1 PromptRange 优化输出格式
[2024年09月07日] v0.30.4.3-preview1 PromptRange 修复自动初始化 Prompt 调用过程中的一个 bug
[2024年09月07日] v0.30.4.4-preview1 更新 XNCF AI 代码生成逻辑
[2024年09月07日] v0.30.5-preview1 更新 Senparc.AI 基础库,并在 XncfBuilder 使用 AI 生成代码时,优先使用已选中的模型。
[2024年09月07日] v0.30.5.1-preview1 优化 XncfBuilder AI 代码生成过程中的 AI 模型选用
[2024年09月08日] v0.30.5.2-preview1 优化 XncfBuilder AI 代码生成过程的模型选用
[2024年09月10日] v0.30.6-preview1 升级缓存基础库
[2024年10月09日] v0.30.8-preview1 升级基础库
[2024年10月16日] v0.30.9-preview1 添加 Service 对 PagedList 对象快速 Mapping 到 DTO 对象的方法
[2024年11月04日] v0.31.0-preview1 重构 PromptRange 界面;大幅提升树状 Prompt 检索性能(约20倍)
[2024年11月08日] v0.31.1-preview1 升级 Senparc.AI
[2024年11月15日] v0.32.0-preview1 使用新版本 AutoGen,升级 AgentsManager;解决 AgentsManager 中状态获取的异常
[2024年11月21日] v0.33.2-preview1 更新 CO2NET 及缓存基础库
[2024年11月28日] v0.33.3-preview1 update CO2NET, use new SenparcSetting with UseLowerCaseApiName property
[2024年12月27日] v0.33.4-preview1 Add exception log for UseXncfModules() auto progress
[2025年01月09日] v0.34.0-preview1 reconstruction XncfBuilder for generate XNCF
[2025年01月25日] v0.34.3-preview1 Update Agents functions, support for function calling
[2025年01月28日] v0.34.4-preview1 update Senparc.AI
[2025年02月06日] v0.34.5-preview1 update NeuCharAI model update
[2025年04月29日] v0.34.7-preview1 Update CO2NET and AIKernel
[2025年05月18日] v0.34.8-preview1 Update Installation
[2025年05月20日] v0.35.0-preview.1 Update AI powered XNCF Builder
[2025年05月21日] v0.35.0-preview.2 Fix XNCF Builder Function display problem
[2025年05月22日] v0.35.0-preview.3 XNCF Builder improve CMD command progress
[2025年05月22日] v0.35.0-preview.3.1 XNCF Builder improve AI code generation
[2025年06月26日] v0.35.2-preview.9 Finish new AI code generation template
[2025年06月27日] v0.35.3-preview.9 Add dynamic XNCF Template dynamic generator
[2025年06月28日] v0.35.3-preview.10 Add dynamic XNCF Template dynamic generator, support for dotnet CLI and Visual Studio together
[2025年11月01日] update basic libraries, including Senparc.AI
[2026年01月07日] v0.35.6-preview.1 Add NcfSourcePackage project path to DatabaseMigrationRequest loading method
[2026年04月24日] Simplify FunctionRender request parameters and keep SelectionList UI metadata compatibility
[2026年07月02日] v0.36.2-preview1 升级 Senparc.AI.AgentKernel 并完成兼容性适配,增强 MCP 工具接入与调用链路兼容能力
1、升级 Senparc.AI.AgentKernel 并完成兼容性适配
2、增强 MCP 工具接入与调用链路兼容能力
3、优化 DatabaseMigrationsAppService,清洗命令输出中的 ANSI 转义字符
4、调整 DatabaseMigrationRequest 与迁移执行流程,提高数据库迁移调用稳定性