GeWuYou
f8c39e46a5
feat(architecture): 添加按优先级获取服务实例的功能
- 在 ArchitectureContext 中添加 GetServicesByPriority、GetSystemsByPriority、
GetModelsByPriority 和 GetUtilitiesByPriority 方法
- 在 ContextAwareServiceExtensions 中添加对应的扩展方法支持按优先级获取实例
- 在 MicrosoftDiContainer 中实现 GetAllByPriority 方法和 SortByPriority 排序逻辑
- 在抽象层定义 IPrioritized 接口用于标记可排序的服务组件
- 为 PauseToken 添加完整的相等性比较和字符串转换方法
- 添加全面的单元测试验证优先级排序功能的正确性
2026-03-05 22:52:59 +08:00
..
2026-03-05 22:52:59 +08:00
2026-02-16 20:55:06 +08:00
2026-03-05 08:34:05 +08:00
2026-01-27 20:30:04 +08:00
2026-03-02 22:01:22 +08:00
2026-03-02 21:20:50 +08:00
2026-01-27 20:30:04 +08:00
2026-03-04 11:04:59 +08:00
2026-03-05 12:54:59 +08:00
2026-03-02 21:51:35 +08:00
2026-03-05 22:52:59 +08:00
2026-03-05 16:26:47 +08:00
2026-02-26 14:45:39 +08:00
2026-02-23 12:27:16 +08:00
2026-03-02 21:51:35 +08:00
2026-02-25 20:40:02 +08:00
2026-03-04 11:04:59 +08:00
2026-02-16 20:55:06 +08:00
2026-03-05 08:34:05 +08:00
2026-03-05 08:18:57 +08:00
2026-02-23 12:27:16 +08:00
2026-02-23 12:27:16 +08:00
2026-03-02 22:01:22 +08:00
2026-03-05 16:26:47 +08:00
2026-02-23 12:27:16 +08:00
2026-02-26 21:52:42 +08:00
2026-01-27 12:45:03 +08:00