gewuyou
|
27f5a2f58e
|
fix(game): 清理切换管道中的低风险 MA0004
- 修复 Scene 与 UI 过渡管道中间件链的多余 async 包装
- 更新低风险 await 调用以显式使用 ConfigureAwait(false)
|
2026-04-25 09:20:00 +08:00 |
|
gewuyou
|
1dae0b11a0
|
test(game-tests): 清理配置测试中的机械型 MA0004 包装
- 修复三个配置测试文件中 Assert.ThrowsAsync 与 Assert.DoesNotThrowAsync 的冗余 async/await 包装
- 调整文本校验异步异常测试签名以匹配去包装后的同步断言写法
|
2026-04-25 09:19:11 +08:00 |
|
gewuyou
|
877d1f38a6
|
fix(godot-tests): 清理模块安装测试异步断言包装
- 修复 Assert.ThrowsAsync 中机械型 async 包装\n- 保持锚点缺失场景的异常与未安装断言语义不变
|
2026-04-25 09:17:22 +08:00 |
|
gewuyou
|
b56e08adae
|
fix(analyzer): 清理 YamlConfigLoaderTests 的异步等待 warning
- 修复 YamlConfigLoaderTests 中 Assert.ThrowsAsync 的冗余 async/await 写法
- 补充 WaitForTaskWithinAsync 的 ConfigureAwait(false) 以消除剩余 MA0004
- 更新 analyzer-warning-reduction 的 RP-059 跟踪与验证记录
|
2026-04-25 08:27:32 +08:00 |
|
gewuyou
|
9964962416
|
Merge pull request #286 from GeWuYou/fix/analyzer-warning-reduction-batch
Fix/analyzer warning reduction batch
|
2026-04-24 23:05:53 +08:00 |
|
gewuyou
|
1e5ca14620
|
fix(godot): 修复场景行为格式问题
- 修复 SceneBehaviorBase 中暂停、恢复、卸载方法的缩进,消除 PR review 指向的格式问题
- 更新 analyzer-warning-reduction 的 tracking 与 trace,记录 PR #286 latest-head review 跟进和验证结果
- 补充 GFramework.Godot 的 Release build 与 dotnet format verify 结论,保留后续 warning reduction 恢复点
|
2026-04-24 22:18:23 +08:00 |
|
gewuyou
|
608e639c0f
|
Merge pull request #285 from GeWuYou/docs/sdk-update-documentation
docs(documentation): 优化文档入口标题与导航标签
|
2026-04-24 20:36:57 +08:00 |
|
gewuyou
|
2b70734357
|
fix(game-tests): 清理持久化测试残余告警
- 修复 PersistenceTests 中统一设置仓库失败场景测试的剩余 ConfigureAwait 告警\n- 验证 PersistenceTests 不再出现在非增量 GFramework.Game.Tests 构建告警输出中\n- 更新 analyzer warning reduction 的 tracking 与 trace,记录 RP-057 验证结果和当前分支体积
|
2026-04-24 20:05:14 +08:00 |
|
gewuyou
|
56ed66976b
|
fix(game-tests): 清理生成配置消费者测试告警
- 修复 GeneratedConfigConsumerIntegrationTests 的 raw string 缩进和方法边界,恢复编译通过\n- 重构生成配置消费者集成测试的断言辅助方法,清理该文件剩余 warning\n- 更新 analyzer warning reduction 的 tracking 与 trace,记录 RP-056 验证结果和当前分支体积
|
2026-04-24 19:31:37 +08:00 |
|
gewuyou
|
5aefd77ad0
|
fix(game-tests): 收敛配置与序列化测试告警
- 修复架构配置、启动流程与序列化测试中的异步等待和 invariant 解析告警
- 补充 AllOf 与 persistence 测试的残余状态校验与 ConfigureAwait 修正,继续压低 Game.Tests warning
- 更新 analyzer-warning-reduction 跟踪与 trace,纠正 RP-054 的 stop-condition 口径并记录 RP-055 指标
|
2026-04-24 18:29:17 +08:00 |
|
gewuyou
|
36507bbc52
|
fix(game-tests): 收敛 Game.Tests 测试告警
- 修复多组 YAML 与 persistence 测试中的 ConfigureAwait 使用与状态校验,清理低风险 analyzer 告警
- 重构 PersistenceTestUtilities 为单类型文件,消除测试辅助模型的文件命名告警
- 更新 analyzer-warning-reduction 跟踪与 trace,记录 RP-054 批次结果与 75 文件阈值停止点
|
2026-04-24 18:17:21 +08:00 |
|
gewuyou
|
0db50107f7
|
docs(documentation): 优化文档入口标题与导航标签
- 更新根 README 的内部支撑模块入口标签,避免继续暴露路径式链接名
- 优化 docs/zh-CN 多个 landing 与 core 页面标题,提升中文读者的导航可读性
- 同步 documentation-full-coverage-governance 的 tracking 与 trace,记录最新 baseline 和验证结果
|
2026-04-24 18:07:07 +08:00 |
|
gewuyou
|
4c2994ee52
|
Merge pull request #284 from GeWuYou/docs/sdk-update-documentation
Docs/sdk update documentation
|
2026-04-24 17:57:23 +08:00 |
|
gewuyou
|
6ff07ad3d9
|
fix(godot): 清理 Godot 模块与测试项目告警
- 优化 GodotYamlConfigEnvironment 目录枚举逻辑,拆分 helper 以消除 MA0051
- 修复 Godot 生命周期 await 的上下文声明,显式保留主线程同步上下文
- 更新 Godot.Tests 异步断言与字符串 comparer,用例项目构建收敛到 0 warning(s)
- 补充 analyzer-warning-reduction 跟踪与 trace,记录 RP-053 的批次结果与验证
|
2026-04-24 17:04:53 +08:00 |
|
gewuyou
|
63f563cd49
|
Merge pull request #283 from GeWuYou/fix/analyzer-warning-reduction-batch
Fix/analyzer warning reduction batch
|
2026-04-24 16:51:03 +08:00 |
|
gewuyou
|
546e6c7b11
|
docs(pr-review): 收口评审遗留文档措辞
- 更新 Core 与 Core.Abstractions README 的 reader-facing 文案,移除公开入口中的 inventory 表述
- 修复仓库根 README 的贡献指引范围,明确同步受影响的中文文档页面
- 补充 active tracking 与 trace 的 PR #284 follow-up 恢复点和验证结果
|
2026-04-24 16:45:48 +08:00 |
|
gewuyou
|
2187f179c3
|
fix(pr-review): 修复设置快照比较器契约
- 修复 UnifiedSettingsFile 与 UnifiedSettingsDataRepository 的 comparer 契约,在无法恢复原比较器时显式回退到 StringComparer.Ordinal
- 统一 AutoRegisterExportedCollectionsGeneratorTests 中剩余的 RunAsync 异步等待写法,并补齐 ConfigureAwait(false)
- 更新 analyzer-warning-reduction 跟踪文档,记录 PR follow-up 的验证结果与恢复点
|
2026-04-24 16:39:25 +08:00 |
|
gewuyou
|
7e45197698
|
test(godot-source-generators): 清理源生成器测试项目警告
- 重构 GFramework.Godot.SourceGenerators.Tests 的测试模板与诊断辅助,清除项目内全部 analyzer warning
- 更新 GeneratorTest 异步等待与 analyzer-warning-reduction 跟踪文档,记录批次验证结果与恢复点
|
2026-04-24 14:06:41 +08:00 |
|
gewuyou
|
a439fb8f4e
|
refactor(godot-source-generators): 清理生成器告警与构建基线
- 重构 Godot source generator 的长方法与字符串比较逻辑,清理 GFramework.Godot.SourceGenerators 的 MA0051 和 MA0006 告警
- 更新 AutoRegisterExportedCollectionsGenerator 的注册解析阶段拆分,消除剩余的长方法告警
- 更新 AGENTS 与 analyzer-warning-reduction 跟踪文档,明确 warning 检查必须先 clean 再 build
|
2026-04-24 13:25:42 +08:00 |
|
gewuyou
|
77540c07f0
|
docs(readme): 对齐文档入口标签与落地页元数据
- 更新模块 README、仓库根 README 与中文落地页的 reader-facing 文档入口标签
- 补充 docs 语言落地页 metadata 并校正文档治理 topic 的恢复点与阈值指标
|
2026-04-24 13:23:15 +08:00 |
|
gewuyou
|
64385196d5
|
docs(zh-cn): 统一站内链接显式扩展名
- 更新教程、最佳实践、Core 与 Godot 页面中的站内 Markdown 链接写法
- 补充文档治理 topic 的恢复点、验证结果与分支阈值指标
|
2026-04-24 13:10:41 +08:00 |
|
GeWuYou
|
25d33d0bf9
|
chore(build): 更新项目配置以启用代码分析并修改许可证
- 移除测试项目的警告级别设置
- 将包许可证从 MIT 更改为 Apache-2.0
- 为 GFramework 项目启用 .NET 代码分析器
- 保持目标框架 net8.0、net9.0 和 net10.0 的支持
|
2026-04-24 13:08:11 +08:00 |
|
gewuyou
|
b710f31b86
|
docs(workflow): 更新构建告警检查约定
- 更新 AGENTS.md,明确使用 plain dotnet build 作为默认构建告警检查入口
- 归档 analyzer warning reduction 在 RP-042 至 RP-048 的晚期 active 文档细节
- 压缩 active todo 与 trace,只保留当前分支目标所需的恢复真值
|
2026-04-24 13:05:10 +08:00 |
|
gewuyou
|
bf37104c68
|
docs(zh-cn): 补齐首页与基础教程元数据
- 补充 zh-CN 首页与基础教程章节页的 frontmatter title 与 description
- 更新文档治理 topic 的恢复点、批次指标与下一步
|
2026-04-24 13:00:09 +08:00 |
|
gewuyou
|
a98d1cb8d0
|
docs(ai-plan): 更新告警批处理恢复点
- 更新 analyzer warning reduction 的 active todo 为 RP-048 当前真值
- 补充 plain dotnet build 成功与最新 origin/main baseline
- 记录当前批处理已到自然停点并收敛下一步建议
|
2026-04-24 12:59:03 +08:00 |
|
gewuyou
|
a8447a68a4
|
Merge pull request #282 from GeWuYou/docs/sdk-update-documentation
Docs/sdk update documentation
|
2026-04-24 12:53:39 +08:00 |
|
gewuyou
|
77e332fd44
|
fix(analyzer): 收口当前批次警告切片
- 修复 UnifiedSettingsFile 与 LocalizationMap 的集合暴露形状,减少可变集合泄漏风险
- 优化 CqrsHandlerRegistryGeneratorTests 的大型 fixture 组织方式,降低 MA0051 噪音
- 更新 analyzer warning reduction 的 active todo 与 trace,回写 0 warning solution 基线
|
2026-04-24 12:37:47 +08:00 |
|
gewuyou
|
091b872c86
|
docs(ai-plan): 更新告警基线追踪
- 更新 analyzer warning reduction 的 active tracking 到 RP-046 并记录 solution 级 891 条 warning 基线
- 补充前台构建与日志采集形态不一致的环境风险和后续恢复建议
|
2026-04-24 11:57:49 +08:00 |
|
gewuyou
|
5b9c879320
|
docs(pr-review): 收口文档评审遗留问题
- 更新 active tracking / trace 为当前恢复入口,并归档 RP-023 到 RP-025 的阶段细节
- 修复 zh-CN context 页面标题本地化与 troubleshooting 绝对链接后缀不一致问题
- 补充 PR #282 follow-up 的验证记录并确认 docs 站点构建通过
|
2026-04-24 11:44:22 +08:00 |
|
gewuyou
|
a0ce04b185
|
fix(godot): 收紧本地化映射集合暴露
- 修复 LocalizationMap 对可变 Dictionary 的直接公共暴露,降低 MA0016 集合暴露风险
- 新增复制输入映射的构造函数,并保留默认映射初始化行为以维持现有消费者兼容性
- 更新 XML 注释,明确只读访问语义和内部状态隔离原因
|
2026-04-24 10:46:17 +08:00 |
|
gewuyou
|
e692ed3e43
|
Merge pull request #280 from GeWuYou/fix/analyzer-warning-reduction-batch
Fix/analyzer warning reduction batch
|
2026-04-24 09:36:17 +08:00 |
|
gewuyou
|
982249151e
|
docs(zh-cn): 补齐文档元数据缺口
- 补齐 docs/zh-CN 多个栏目页面的 title 与 description frontmatter,清空完全缺 frontmatter 的历史页面
- 修复 multiplayer、source-generators 与 troubleshooting 触达页面暴露的 Markdown 结构和站内链接问题
- 更新 documentation-full-coverage-governance 的恢复点、验证结果与下一批 metadata 热点
|
2026-04-24 09:19:36 +08:00 |
|
gewuyou
|
136b139312
|
fix(ai-plan): 修复PR评审涉及的归档跟踪文档问题
- 修复 analyzer warning reduction 归档 todo 中指向 RP-001 的相对链接
- 清理 rp002-rp041 trace 中误混入的 RP-001 历史段落
- 更新 active tracking 与 trace 的恢复点描述和验证结论
|
2026-04-24 08:41:31 +08:00 |
|
gewuyou
|
5b7c555472
|
docs(core): 补齐 Core 文档 frontmatter
- 补充 docs/zh-CN/core 目录 21 个专题页的 frontmatter 与 description
- 修复 core/ioc.md 的 ReaderWriterLockSlim 坏链和 core/state-management.md 的站内链接
- 更新 documentation-full-coverage-governance tracking 与 trace,记录本轮批处理指标、验证结果和停止点
|
2026-04-24 08:38:51 +08:00 |
|
gewuyou
|
66395739dc
|
docs(governance): 收口公开文档治理口径
- 更新 AGENTS.md、DOCUMENTATION_STANDARDS.md 与 gframework-doc-refresh 规则,禁止在公开文档中暴露 inventory、覆盖基线与恢复点
- 修复 Core、Game、Ecs.Arch 与 abstractions 栏目中的 XML 覆盖表述,改为面向使用者的源码阅读入口
- 补充 contributor 页面 frontmatter,并统一 landing page、验证基线等内部术语为读者导向表达
- 更新 documentation-full-coverage-governance tracking 与 trace,记录 -batch-boot 75 基线、验证结果和下一步
|
2026-04-24 08:31:23 +08:00 |
|
gewuyou
|
833a95f7f3
|
fix(analyzer-warning-reduction): 收口PR280评审并压缩恢复入口
- 修复 SchemaConfigGeneratorTests 中冗余的 global:: 返回类型声明
- 归档 analyzer-warning-reduction 主题的 RP-002 至 RP-041 详细 tracking 与 trace 历史
- 更新 RP-042 的 active 跟踪与验证记录以反映 PR #280 follow-up 结论
|
2026-04-24 07:42:19 +08:00 |
|
gewuyou
|
2de57f5fde
|
Merge pull request #281 from GeWuYou/docs/sdk-update-documentation
|
2026-04-23 23:03:40 +08:00 |
|
GeWuYou
|
a3501c9b91
|
docs(skills): 更新 README 中关于文件变更停止条件的说明
- 移除了关于分支相对基线的旧说明
- 明确单个数字表示当前分支全部提交相对远程 origin/main 的文件变更数
- 详细说明两个数字表示文件数或变更行数的固定顺序
- 添加关于避免使用 | 符号的建议并说明其 OR 语义
|
2026-04-23 23:02:02 +08:00 |
|
dependabot[bot]
|
fdccfc4448
|
Bump Microsoft.Extensions.DependencyInjection.Abstractions from 10.0.6 to 10.0.7
---
updated-dependencies:
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
dependency-version: 10.0.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-04-23 22:55:51 +08:00 |
|
dependabot[bot]
|
fa2488c108
|
Bump Microsoft.Extensions.DependencyInjection from 10.0.6 to 10.0.7
---
updated-dependencies:
- dependency-name: Microsoft.Extensions.DependencyInjection
dependency-version: 10.0.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-04-23 22:55:34 +08:00 |
|
dependabot[bot]
|
06f8db2efd
|
Bump Meziantou.Polyfill from 1.0.110 to 1.0.116
---
updated-dependencies:
- dependency-name: Meziantou.Polyfill
dependency-version: 1.0.116
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-04-23 22:54:52 +08:00 |
|
dependabot[bot]
|
a7bd213044
|
Bump Meziantou.Analyzer from 3.0.48 to 3.0.52
---
updated-dependencies:
- dependency-name: Meziantou.Analyzer
dependency-version: 3.0.52
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-04-23 22:54:36 +08:00 |
|
dependabot[bot]
|
c578910b40
|
build(deps): bump trufflesecurity/trufflehog from 3.94.3 to 3.95.2
Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.94.3 to 3.95.2.
- [Release notes](https://github.com/trufflesecurity/trufflehog/releases)
- [Commits](https://github.com/trufflesecurity/trufflehog/compare/v3.94.3...v3.95.2)
---
updated-dependencies:
- dependency-name: trufflesecurity/trufflehog
dependency-version: 3.95.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-04-23 22:54:07 +08:00 |
|
gewuyou
|
45b25f429f
|
docs(documentation): 更新批处理恢复点指标
- 更新 documentation-full-coverage-governance 跟踪中的当前分支阈值状态
- 补充 trace 对 24 个文件与 264 行变更的 stop-condition 记录
- 说明剩余热点已转为正文语义性提及,适合后续逐页复核
|
2026-04-23 21:04:02 +08:00 |
|
gewuyou
|
8a117201d4
|
docs(documentation): 收口专题页README导航入口
- 更新专题页推荐阅读中的 README 入口为可点击 GitHub 链接
- 修复 source-generators 与 Game/ECS/CQRS 页面中的裸路径导航
- 更新 documentation-full-coverage-governance 跟踪与轨迹以记录第二批治理结果
|
2026-04-23 21:01:28 +08:00 |
|
gewuyou
|
a4bb041b0d
|
docs(documentation): 补充文档站仓库入口链接
- 更新 docs/zh-CN landing page 与 API 导航页中的 README 入口为可点击 GitHub 链接
- 修复 VitePress 对 docs 外相对链接的 dead link 构建失败
- 更新 documentation-full-coverage-governance 跟踪与轨迹以记录本轮批处理结论
|
2026-04-23 20:53:41 +08:00 |
|
gewuyou
|
1a9e8f64bd
|
refactor(sourcegenerators-tests): 收敛 Cqrs 隐藏泛型定义测试长方法
- 重构 HiddenGenericEnvelopeResponse 场景的共享 source fixture,清理当前 MA0051 位点
- 更新 analyzer-warning-reduction 的 tracking 与 trace,记录第五个有效 subagent 写集和基线降至 10 条
|
2026-04-23 20:38:58 +08:00 |
|
gewuyou
|
b1c8dccf9a
|
refactor(sourcegenerators-tests): 收敛 Cqrs 隐藏数组响应测试长方法
- 重构 HiddenArrayResponseFallback 场景的共享 source fixture,清理当前 MA0051 位点
- 更新 analyzer-warning-reduction 的 tracking 与 trace,记录第四个有效 subagent 写集和基线降至 11 条
|
2026-04-23 20:30:46 +08:00 |
|
gewuyou
|
2da38a85a5
|
refactor(sourcegenerators-tests): 收敛 Cqrs 直接接口注册测试长方法
- 重构 HiddenImplementationDirectInterfaceRegistration 场景的共享 source fixture,清理当前 MA0051 位点
- 更新 analyzer-warning-reduction 的 tracking 与 trace,记录第三个有效 subagent 写集和基线降至 12 条
|
2026-04-23 20:21:18 +08:00 |
|
gewuyou
|
099a541475
|
refactor(sourcegenerators-tests): 收敛 Cqrs 隐藏处理器测试长方法
- 重构 HiddenNestedHandlerSelfRegistration 场景的共享 source fixture,清理当前 MA0051 位点
- 更新 analyzer-warning-reduction 的 tracking 与 trace,记录第二个有效 subagent 写集和基线降至 13 条
|
2026-04-23 20:12:58 +08:00 |
|