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
It is just initialized from a connection string, so it doesn't integrate with MySqlDataSource, use the logging that's configured, etc.
Design a mechanism to support health checks (perhaps an extension method on MySqlDataSourceBuilder, perhaps in MySqlConnector.DependencyInjection or perhaps in a new package) that integrates easily with a MySqlDataSource.
The text was updated successfully, but these errors were encountered:
There is an existing MySQL health checks package: https://www.nuget.org/packages/AspNetCore.HealthChecks.MySql
It is just initialized from a connection string, so it doesn't integrate with
MySqlDataSource
, use the logging that's configured, etc.Design a mechanism to support health checks (perhaps an extension method on
MySqlDataSourceBuilder
, perhaps in MySqlConnector.DependencyInjection or perhaps in a new package) that integrates easily with aMySqlDataSource
.The text was updated successfully, but these errors were encountered: