This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
v1.0.0-rc.5
Flandre.Framework
MiddlewareContext
和FlandreApp
增加了Properties
属性,用于方便地在不同组件中交换信息。
public IDictionary<string, object?> Properties { get; }
- 修复了指令方法抛出异常时,日志记录不完整的问题