You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a future release (maybe 2.4.0?), this property should be marked [Obsolete] with more direct guidance to users to use AddMySqlDataSource or UseLoggerFactory.
The text was updated successfully, but these errors were encountered:
MySqlConnectorLogManager.Provider
is "deprecated" in MySqlConnector 2.3.0:MySqlConnector/docs/content/overview/version-history.md
Line 43 in 413b4bb
However, the property hasn't been marked
[Obsolete]
in code:MySqlConnector/src/MySqlConnector/Logging/MySqlConnectorLogManager.cs
Line 15 in 413b4bb
In a future release (maybe 2.4.0?), this property should be marked
[Obsolete]
with more direct guidance to users to useAddMySqlDataSource
orUseLoggerFactory
.The text was updated successfully, but these errors were encountered: