mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 10:34:30 +08:00
- 移除架构中的命令和查询执行方法,将业务操作委托给 ArchitectureRuntime - 引入 ArchitectureContext 类统一管理组件访问和事件处理 - 创建 ArchitectureRuntime 类作为统一的命令、查询、事件操作入口 - 更新架构生命周期管理,添加对 IArchitectureLifecycle 的支持 - 重命名 DefaultArchitectureConfiguration 为 ArchitectureConfiguration - 重命名 DefaultArchitectureServices 为 ArchitectureServices - 删除旧的 DefaultArchitectureContext 类 - 更新查询接口实现,使用 ContextAwareBase 基类 - 修改系统和模型注册逻辑,使用上下文而非架构实例 - 重构事件发送机制,统一使用 TypeEventSystem - [no tag]
项目介绍
本项目参考(CV)自QFramework
为什么要有这个项目
- 原来的项目是单文件框架,我把框架拆成多个文件,方便管理
- 纯粹个人自用,要使用还是请访问QFramework
- 至于修改名字,是因为我为了方便会发布GuGet包,假设将来QFramework也要发布GuGet包,那么就会冲突了
Description
Languages
C#
95.8%
Shell
2.9%
PowerShell
0.8%
Python
0.5%