Results 7 issues of XiangYang

由于hwcrypto/* 在新版中移动到了 esp32/*. 编译会出现hwcrypto/aes.h: No such file or directory 的错误 解决方案如下: - arduino 中Esp32库降级到 之前的版本(1.0.6)正确编译 - 或 将Crypto升级到 0.4.0 [https://github.com/OperatorFoundation/Crypto](https://github.com/OperatorFoundation/Crypto)

using ``` [FieldOrder(0)] [SerializeAs(SerializedType.TerminatedString, StringTerminator = (char)0x20, ConverterType = typeof(HexStringToIntConvert))] public int DataAmount { get; set; } ``` Refs: #199

hello I'm trying to use this package to interface with Sick Lidars. I'm trying to read int data in a hexadecimal ASCII string sourse ```hex EA1 ED7 F13 F25 F26...

### Describe the bug An asterisk "*" cannot be entered ### To Reproduce An asterisk "*" cannot be entered ### Expected behavior An asterisk "*" entered ### Screenshots _No response_...

bug

是否支持services.Configure 启动后是否还能更改配置

question

``` /* create Modbus RTU client */ var client = new ModbusRtuClient(); client.Logger = loggerFactory.CreateLogger("Client"); ``` ![image](https://github.com/Apollo3zehn/FluentModbus/assets/6190168/d9f60f5a-1f49-4d8e-8bfe-9eac103b429f)

### Is there an existing issue for this? - [X] I have searched the existing issues ### Description ![image](https://github.com/user-attachments/assets/cf70dcfb-948f-46bb-833f-3f5ce541892d) The same error occurs in https://github.com/aspnetboilerplate/aspnetboilerplate/pull/6805 to https://github.com/abpframework/abp/blob/ac792033d78a7b7644835c866acc2d6a55e5990c/framework/src/Volo.Abp.EventBus/Volo/Abp/EventBus/EventBusBase.cs#L139 ### Reproduction Steps...