GeWuYou
d76751c636
refactor(architecture): 移除查询和事件发布语法糖方法
- 删除 ArchitectureContext 中的 QueryAsync 和 PublishEventAsync 扩展方法
- 删除 ContextAwareExtensions 中对应的扩展方法实现
- 从 IArchitectureContext 接口中移除相关方法定义
- 更新测试代码中的参数命名从 command 到 query
- 移除相关的单元测试用例
- 修正 Godot 扩展中对 PublishEventAsync 的调用为 PublishAsync
2026-02-17 18:41:16 +08:00
..
2026-02-17 18:41:16 +08:00
2026-02-16 20:55:06 +08:00
2026-01-27 20:30:04 +08:00
2026-02-16 22:44:52 +08:00
2026-01-27 20:30:04 +08:00
2026-02-01 14:07:59 +08:00
2026-01-27 20:30:04 +08:00
2026-02-01 14:07:59 +08:00
2026-02-14 19:41:21 +08:00
2026-01-27 20:30:04 +08:00
2026-02-17 18:41:16 +08:00
2026-01-15 13:53:08 +08:00
2026-01-27 20:30:04 +08:00
2026-01-27 20:30:04 +08:00
2026-02-16 20:55:06 +08:00
2026-01-27 20:30:04 +08:00
2026-02-15 22:59:44 +08:00
2026-01-04 22:14:34 +08:00
2026-01-17 10:05:52 +08:00
2026-02-14 19:41:21 +08:00
2026-02-14 19:41:21 +08:00
2026-01-27 12:45:03 +08:00