This repository was archived by the owner on Mar 4, 2024. It is now read-only.
v0.8.0
#24
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
概述
本次更新将 Flandre.Framework 的底层迁移到了 Microsoft.Extensions.Hosting,从而对接社区已有的开源库(配置等)。同时添加了 Session 系统,用于单条指令中处理多条消息。
本次更新将除适配器外的各类模块配置迁移到了选项模式,大部分类名由
SomeConfig重命名至SomeConfig;传入插件配置由直接传入一个配置实例改为传入一个IConfiguration或Action<TOptions>。Flandre.Framework
功能更新
问题修复
性能优化
This discussion was created from the release v0.8.0.
All reactions