mysql-net / MySqlConnector

MySQL Connector for .NET
https://mysqlconnector.net
MIT License
1.37k stars 329 forks source link

Make AOT and trimming friendly #1265

Open bgrainger opened 1 year ago

bgrainger commented 1 year ago

https://github.com/dotnet/EntityFramework.Docs/blob/main/entity-framework/core/what-is-new/ef-core-8.0/plan.md#aot-and-trimming-for-adonet

We will also work with the authors of other ADO.NET data providers to help make them AOT and trimming friendly.

See https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/prepare-libraries-for-trimming for helpful information.

Soundman32 commented 2 months ago

This is over 15 months old now. Is trimming going to be supported any time soon?