Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

v1.0.0-rc.5

Compare
Choose a tag to compare
@bsdayo bsdayo released this 10 Apr 14:20
· 46 commits to dev since this release

Flandre.Framework

  • MiddlewareContextFlandreApp 增加了 Properties 属性,用于方便地在不同组件中交换信息。
public IDictionary<string, object?> Properties { get; }
  • 修复了指令方法抛出异常时,日志记录不完整的问题