lillo42 opened a new issue, #977: URL: https://github.com/apache/rocketmq-clients/issues/977
### Before Creating the Enhancement Request - [x] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Programming Language of the Client C# ### Summary Improve support for Native AOT ### Motivation Many developers in C# are using the Native AOT, it would be nice if RocketMQ could improve support for it. ### Describe the Solution You'd Like - Change logs to use source coding generation - Change Regex to use source coding generation - Update Open Telemetry package to 1.7+ (see https://github.com/open-telemetry/opentelemetry-dotnet/issues/3429) - Add `IsAotCompatible` flags to `csproj` ### Describe Alternatives You've Considered No ### Additional Context https://learn.microsoft.com/en-us/dotnet/core/extensions/logger-message-generator https://learn.microsoft.com/en-us/dotnet/standard/base-types/regular-expression-source-generators https://devblogs.microsoft.com/dotnet/creating-aot-compatible-libraries/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
