Executor

Results 8 issues of Executor

感谢 @Cyl18 的[批评和意见](https://github.com/Cyl18/Chaldene/blob/main/docs/complicate.md) - [x] 异步等待时使用 `ConfigureAwait(bool)` - [x] 提供可在 LinuxArm 环境下使用的 NativeAssets: `Mirai-CSharp.NativeAssets.LinuxArm` - [ ] 再次简化文档 - [ ] 允许配置 `MiraiHttpSessionOptions.BaseUrl` 为 https - [ ] 支持仅使用 `mirai-api-http`...

documentation
enhancement
working

- [ ] 支持完全使用 WebSocket (即不使用 HttpAdapter) - [ ] 支持使用 mirai Code Specification - mirai 码 (#2 ) - [ ] 添加本机互操作支持 (通过mirai-native从本机直接加载Mirai-CSharp, #22 ) - [x] 令 `(I)MessageChainBuilder`...

enhancement
pending

[mirai码规范](https://github.com/mamoe/mirai/blob/1.1.0/docs/mirai-code-specification.md) 等待mirai-api-http实现

enhancement
working

使用 `mirai-api-http` 中的执行指令接口实现本功能 登出已在 `2.9.0-RC` 受支持 (mamoe/mirai-console#417) > **注意**: 请开发者确保连接链路的安全以防凭据泄漏。现阶段 `mirai-api-http` 并不支持 `wss` / `https` (project-mirai/mirai-api-http#427)。你可能需要自己做反向代理使其受支持。

enhancement
pending

开一个巨大的坑 暂时只计划使用.NET 5作为目标框架 .NET Framework的有时间再写

enhancement
pending

close #2 先实现`MiraiCodeReader` 定义为`ref struct`, 暂将处理方法定义为`Parse(NameHandler, ArgumentHandler)` 将来考虑的: - [ ] 添加特定的Exceptions - [ ] 添加MiraiCodeWriter 性能测试结果: ``` ini BenchmarkDotNet=v0.12.1, OS=Windows 10.0.19042 Intel Core i9-10900KF CPU 4.90GHz, 1 CPU, 20...

pending

close #146 fix&breaking changes: 修复在 mirai-api-http v2.8.0 中无法发送转发消息的问题 feat: 支持自定义转发消息展示行为, 以及使用给定消息上下文的方式创建转发消息节点