In 8.0.23, Connector/NET is changing IgnorePrepare to false by default: https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-23.html
Since this disables an ADO.NET feature, it shouldn't have been on by default (and probably should have changed to false in 1.0, along with other major changes). The default should change now.
Even though this will no longer be a change during migration from Connector/NET, it should still be documented as most users won't be upgrading from 8.0.23.
In 8.0.23, Connector/NET is changing
IgnorePreparetofalseby default: https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-23.htmlSince this disables an ADO.NET feature, it shouldn't have been on by default (and probably should have changed to
falsein 1.0, along with other major changes). The default should change now.Even though this will no longer be a change during migration from Connector/NET, it should still be documented as most users won't be upgrading from 8.0.23.