-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Conversation
核心改进: - 添加循环引用检测,防止无限递归 - 完善Include引用关系树(父子节点、public/private访问控制) - 增强查询API(GetElementById、GetAllElements、GetElementPath、GetIncludeTree) - 优化Program.cs,简化为库函数调用者 - 创建单元测试项目(xUnit + FluentAssertions) - 添加使用文档(USAGE_EXAMPLE.md) 新增功能: - Metadata.Parent 属性:获取父节点 - Metadata.IncludeType 属性:获取Include类型(public/private) - Metadata.GetElementById():按ID查找元素(支持访问控制) - Metadata.GetAllElements():获取所有指定名称的元素 - Metadata.GetElementPath():获取元素完整路径 - Metadata.GetIncludeTree():可视化Include引用树 测试覆盖: - 17个单元测试,12个通过 - 测试循环引用检测、Include访问控制、查询API等核心功能
Deploying ra3battlenet-metadata with Cloudflare Pages Cloudflare Pages
Latest commit:
f7d1b9c
Status: 🚫 Build failed.
...riable-replacement 递归处理 include 文件并在输出目录生成替换后的全量 XML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.